'DeclarationPublic Property Keys As String
'UsageDim instance As BeforeSendKeysEventArgs Dim value As String instance.Keys = value value = instance.Keys
public string Keys {get; set;}
Gets or sets the Keys property that permits the user to inspect or modify the keys value.'DeclarationPublic Property Keys As String
'UsageDim instance As BeforeSendKeysEventArgs Dim value As String instance.Keys = value value = instance.Keys
public string Keys {get; set;}
BeforeSendKeysEventArgs args;
args.Key = "Delete";