Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > ControlKeySendingEventArgs Class : Key Property |
'Declaration
Public Property Key As ControlKeyCode
'Usage
Dim instance As ControlKeySendingEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
public ControlKeyCode Key {get; set;}