PowerTCP Emulation for .NET
Columns Property




Gets or sets the number of columns used by the Vt window screen.
Syntax
<DefaultValueAttribute()>
Public Property Columns As Integer
Dim instance As Vt
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
[DefaultValue()]
public int Columns {get; set;}
[DefaultValue()]
public: __property int get_Columns();
public: __property void set_Columns( 
   int value
);
[DefaultValue()]
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

An integer.
Remarks

Values from 1 to Int32.MaxValue are supported. Defaults to 80.

If data is received from the host which causes this property to change, the ScreenSizeChanged 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