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


In This Topic
    TabStops Property
    In This Topic
    Gets or sets a value indicating the current tab stops. The return value is a string where tab stops are denoted by the 'T' character within the string. All other non-tab stop positions are denoted by spaces within the string. The setter can only be used when VariableWidthTabs is true.
    Syntax
    'Declaration
     
    
    Property TabStops As String
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As String
     
    instance.TabStops = value
     
    value = instance.TabStops
    string TabStops {get; set;}
    See Also