Click or drag to resize

KeyboardIsKeyLocked Method

Determines if the specified key is in a locked state, such as the CapsLock, ScrollLock, NumberLock, or Insert key.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool IsKeyLocked(
	Keys key
)

Parameters

key
Type: Eto.FormsKeys
Key to determine the state.

Return Value

Type: Boolean
true if the specified key is locked; otherwise, false.
See Also