MenuItemShortcut Property |
Gets or sets the shortcut key the user can press to activate the menu item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Keys Shortcut { get; set; }
Public Property Shortcut As Keys
Get
Set
member Shortcut : Keys with get, set
Property Value
Type:
KeysThe shortcut key.
See Also