'Declaration
Public Property Key As ControlKeyCode
'Usage
Dim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
public ControlKeyCode Key {get; set;}
Key
property permits the user to inspect or modify the Control key value.'Declaration
Public Property Key As ControlKeyCode
'Usage
Dim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
public ControlKeyCode Key {get; set;}
BeforeSendControlKeyEventArgs args; args.Key = ControlKeyCode.Delete;