Click or drag to resize

KeyboardModifiers Property

Gets the current modifier state for keys such as Control, Alt and Shift.

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

Property Value

Type: Keys
Remarks
This typically will only return a value for the current event, such as during a mouse or keyboard event.
See Also