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


In This Topic
    TabSize Property
    In This Topic
    Gets or sets a value indicating the number of spaces between tab stops. This value can be set only if VariableWidthTabs is false.
    Syntax
    'Declaration
     
    
    Property TabSize As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.TabSize = value
     
    value = instance.TabSize
    int TabSize {get; set;}
    See Also