Click or drag to resize

ApplicationIHandlerCommonModifier Property

Gets the common modifier for shortcuts.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Keys CommonModifier { get; }

Property Value

Type: Keys
The common modifier.
Remarks
On Windows/Linux, this will typically return Control, and on OS X this will be Application (the command key).
See Also