InfoConnect API Guide
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
    public ControlKeyCode Key {get;}
    See Also