Microsoft SDK for Java

MenuItem.getRadioCheck

Retrieves a boolean value that indicates whether a radio button is used instead of a check mark to display checked menu items.

Syntax

public boolean getRadioCheck()

Return Value

Returns true if a radio button is used to indicate that the item is checked; otherwise, returns false.

See Also   setRadioCheck

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