UpDown.getRadix

Overview | Methods | This Package | All Packages

UpDown.getRadix

Retrieves a value indicating whether the buddy control for the up-down control displays numbers in decimal or hexadecimal digits.

Syntax

public int getRadix()

Return Value

Returns Radix.DECIMAL if the up-down control's buddy control displays numbers in decimal format; Radix.HEXADECIMAL if the up-down control's buddy control displays numbers in hexadecimal format.

See Also   setRadix