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




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

Syntax

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

Property Value

An integer.

Remarks

This property can be increased from its default value of 24 to increase the size of the screen display.

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.