Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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