Sets a value indicating whether the buddy control for the up-down control displays numbers in decimal or hexadecimal digits.
public void setRadix( int value )
value
Set to Radix.DECIMAL if the up-down control's buddy control displays numbers in decimal format; set to Radix.HEXADECIMAL if the up-down control's buddy control displays numbers in hexadecimal format. The default value is Radix.DECIMAL.
WFCInvalidArgumentException thrown if the specified value is not a valid Radix constant.
See Also getRadix