| ApplicationCommonModifier Property  | 
 
            Gets the common modifier for shortcuts.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Keys CommonModifier { get; }Public ReadOnly Property CommonModifier As Keys
	Get
member CommonModifier : Keys with get
Property Value
Type: 
KeysThe common modifier.
 Remarks
Remarks
            On Windows/Linux, this will typically return 
Control, and on OS X this will be 
Application (the command key).
            
 See Also
See Also