KeyboardModifiers Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Keys Modifiers { get; }
Public Shared ReadOnly Property Modifiers As Keys
Get
static member Modifiers : Keys with get
Property Value
Type:
KeysRemarks
This typically will only return a value for the current event, such as during a mouse or keyboard event.
See Also