Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.