Gets or sets a list of comma-delimited tab positions.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Tabs As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Vt
Dim value As String
instance.Tabs = value
value = instance.Tabs |
C# | |
---|
public string Tabs {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_Tabs();
public: __property void set_Tabs(
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also