KeyboardIsKeyLocked Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool IsKeyLocked(
Keys key
)
Public Shared Function IsKeyLocked (
key As Keys
) As Boolean
static member IsKeyLocked :
key : Keys -> bool
Parameters
- key
- Type: Eto.FormsKeys
Key to determine the state.
Return Value
Type:
Booleantrue if the specified key is locked; otherwise,
false.
See Also