Click or drag to resize

KeyboardSupportedLockKeys Property

Gets an enumeration of all keys supported by the IsKeyLocked(Keys) method.

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

Property Value

Type: IEnumerableKeys
The supported lock keys.
See Also