Click or drag to resize

MenuItemIHandler Interface

Handler interface for the MenuItem

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The MenuItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this MenuItem is enabled.
Public propertyShortcut
Gets or sets the shortcut key the user can press to activate the menu item.
Public propertyText
Gets or sets the text of the menu item, with mnemonics identified with &.
Public propertyToolTip
Gets or sets the tool tip of the item.
Public propertyVisible
Gets or sets a value indicating whether this MenuItem is visible.
Top
Methods
  NameDescription
Public methodCreateFromCommand
Called when creating the menu item from a command.
Top
See Also