Attachmate Reflection 2014 .NET API Reference
Keys Property (BeforeSendKeysEventArgs)
Example 


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

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

BeforeSendKeysEventArgs Class
BeforeSendKeysEventArgs Members

Send Feedback