UpDown.setModifyBuddy

Overview | Methods | This Package | All Packages

UpDown.setModifyBuddy

Sets a boolean value indicating whether text displayed in the buddy control of the up-down control changes to match the value of the up-down control.

Syntax

public void setModifyBuddy( boolean value )

Parameters

value

Set to true if the up-down control modifies the text of its buddy control to match its own value each time that value changes; otherwise, set to false. The default value is true.

Remarks

The text displayed in the buddy control is the value of the buddy control formatted as a decimal or hexadecimal number. To specify whether the value is displayed as a decimal or hexadecimal number, use the setRadix method.

See Also   getModifyBuddy