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




Gets or sets the number of rows stored in the scrollback buffer.

Syntax

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

Property Value

An integer specifying the number of rows stored in the scrollback buffer.

Remarks

The default value is 72, which means by default the Vt control will store 72 rows of data that has "scrolled" off the screen. Set this property to 0 to disable the scrollback buffer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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