Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
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