Click or drag to resize

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; }

Property Value

Type: Keys
The alternate modifier.
Remarks
This is usually the Alt key.
See Also