Microsoft SDK for Java

MenuItem.setRadioCheck

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

Syntax

public void setRadioCheck( boolean value )

Parameters

value

Set to true to use a radio button with checked menu items; otherwise, set to false.

See Also   getRadioCheck

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