PowerTCP Emulation for .NET
Rows Property




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

Property Value

An integer.
Remarks

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

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