UpDown.getModifyBuddy

Overview | Methods | This Package | All Packages

UpDown.getModifyBuddy

Retrieves 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 boolean getModifyBuddy()

Return Value

Returns true if the up-down control modifies the text of its buddy control to match its own value each time that value changes; otherwise, returns false.

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   setModifyBuddy