InfoConnect for Unisys
Key Property (ControlKeySentEventArgs)


Gets key code.
Syntax
'Declaration
 
Public ReadOnly Property Key As ControlKeyCode
'Usage
 
Dim instance As ControlKeySentEventArgs
Dim value As ControlKeyCode
 
value = instance.Key
public ControlKeyCode Key {get;}
See Also