Reflection
Key Property (ControlKeySendingEventArgs)


The Key property permits the user to inspect or modify the control key value.
Syntax
'Declaration
 
Public Property Key As ControlKeyCode
'Usage
 
Dim instance As ControlKeySendingEventArgs
Dim value As ControlKeyCode
 
instance.Key = value
 
value = instance.Key
public ControlKeyCode Key {get; set;}
See Also