InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ControlKeySendingEventArgs Class / Key Property


In This Topic
    Key Property (ControlKeySendingEventArgs)
    In This Topic
    The Key property permits the user to inspect or modify the control key value.
    Syntax
    '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;}
    See Also