Microsoft SDK for Java

MenuItem.setChecked

Sets a boolean value that determines whether this menu item is checked.

Syntax

public void setChecked( boolean value )

Parameters

value

Set to true if this menu item is to be checked; otherwise, set to false.

See Also   getChecked

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