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