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




Gets or sets the number of columns used by the Vt window screen.

Syntax

Visual Basic (Declaration) 
Public Property Columns As Integer
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
C# 
public int Columns {get; set;}
Managed Extensions for C++ 
public: __property int get_Columns();
public: __property void set_Columns( 
   int value
);
C++/CLI 
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

An integer.

Remarks

Values of 80 or 132 are supported. Defaults to 80.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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