MenuItem.setChecked

Overview | Methods | This Package | All Packages

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