ApplicationAlternateModifier Property |
Gets the alternate modifier for shortcuts.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Keys AlternateModifier { get; }
Public ReadOnly Property AlternateModifier As Keys
Get
member AlternateModifier : Keys with get
Property Value
Type:
KeysThe alternate modifier.
Remarks
This is usually the
Alt key.
See Also