| MenuItemIHandlerShortcut 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
SyntaxKeys Shortcut { get; set; }Property Shortcut As Keys
	Get
	Set
abstract Shortcut : Keys with get, set
Property Value
Type: 
KeysThe shortcut key.
 See Also
See Also