'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As BeforeSendKeysEventArgs Dim value As Boolean instance.Cancel = value value = instance.Cancel
public bool Cancel {get; set;}
Gets
or sets
the Cancel property that indicates whether the user wants to cancel the key action.'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As BeforeSendKeysEventArgs Dim value As Boolean instance.Cancel = value value = instance.Cancel
public bool Cancel {get; set;}
BeforeSendKeysEventArgs args;
args.Cancel = true;