InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeyboardMapping Class / IsExtendedKey Property


In This Topic
    IsExtendedKey Property (KeyboardMapping)
    In This Topic
    Gets or sets whether this mapping is of an extended key.
    Syntax
    'Declaration
     
    
    Public Property IsExtendedKey As Boolean
    'Usage
     
    
    Dim instance As KeyboardMapping
    Dim value As Boolean
     
    instance.IsExtendedKey = value
     
    value = instance.IsExtendedKey
    public bool IsExtendedKey {get; set;}
    See Also