Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ControlKeySentEventArgs Class / Key Property


In This Topic
Key Property (ControlKeySentEventArgs)
In This Topic
Gets key code.
Syntax
'Declaration
 
Public ReadOnly Property Key As ControlKeyCode
 
'Usage
 
Dim instance As ControlKeySentEventArgs
Dim value As ControlKeyCode
 
value = instance.Key
See Also