InfoConnect for Unisys
VariableWidthTabs Property


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