UpDown.setRadix

Overview | Methods | This Package | All Packages

UpDown.setRadix

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

Syntax

public void setRadix( int value )

Parameters

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.

Exceptions

WFCInvalidArgumentException thrown if the specified value is not a valid Radix constant.

See Also   getRadix