Attachmate.Reflection.Emulation.IbmHosts Namespace > BeforeSendControlKeyEventArgs Class : Key Property |
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;
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services