PowerTCP Emulation for .NET
BufferRows Property




Gets the number of rows currently stored in the scrollback buffer.
Syntax
Public ReadOnly Property BufferRows As Integer
Dim instance As Vt
Dim value As Integer
 
value = instance.BufferRows
public int BufferRows {get;}
public: __property int get_BufferRows();
public:
property int BufferRows {
   int get();
}

Property Value

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

This property dynamically reports the number of rows in the current scrollback buffer.

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