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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also