MenuItem.setShowShortcut

Overview | Methods | This Package | All Packages

MenuItem.setShowShortcut

Sets a boolean value that indicates whether the shortcut associated with this menu item should be displayed.

Syntax

public void setShowShortcut( boolean value )

Parameters

value

Set to true to display the shortcut; otherwise, set to false. The default value is true.

See Also   getShowShortcut