InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / DisplayTabSymbol Property


In This Topic
    DisplayTabSymbol Property
    In This Topic

    Gets or sets a value indicating whether to display a tab symbol when the TAB key is pressed.

    Syntax
    'Declaration
     
    
    Property DisplayTabSymbol As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.DisplayTabSymbol = value
     
    value = instance.DisplayTabSymbol
    bool DisplayTabSymbol {get; set;}
    See Also