PowerTCP Emulation for .NET
Tabs Property




Gets or sets a list of comma-delimited tab positions.
Syntax
<DefaultValueAttribute()>
Public Property Tabs As String
Dim instance As Vt
Dim value As String
 
instance.Tabs = value
 
value = instance.Tabs
[DefaultValue()]
public string Tabs {get; set;}
[DefaultValue()]
public: __property string* get_Tabs();
public: __property void set_Tabs( 
   string* value
);
[DefaultValue()]
public:
property String^ Tabs {
   String^ get();
   void set (    String^ value);
}

Property Value

A string containing the comma-delimited tab positions. The default value is "7,15,23,31,39,47,55,63,71,79,87,95,103,111,119,127".
Remarks

If data is received from the host which causes this property to change, the TabsChanged event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic