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


In This Topic
    VariableWidthTabs Property
    In This Topic
    Gets or sets a value indicating whether tab stops are variable width (true) or fixed width (false). If set to false, then tab stops are set based on the TabSize property.
    Syntax
    'Declaration
     
    
    Property VariableWidthTabs As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.VariableWidthTabs = value
     
    value = instance.VariableWidthTabs
    bool VariableWidthTabs {get; set;}
    See Also