InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / DisplayApolloTabs Property


In This Topic
    DisplayApolloTabs Property
    In This Topic

    Gets or sets a value indicating whether tab characters (tab stops) from the Apollo host are displayed on the ALC screen.

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