| KeyboardIHandlerIsKeyLocked Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool IsKeyLocked(
	Keys key
)
Function IsKeyLocked ( 
	key As Keys
) As Boolean
abstract 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
See Also