PowerTCP Emulation for .NET CF
Tabs Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : Tabs Property




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
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.