public static int MaxLines { get; set; }
Public Shared Property MaxLines As Integer
Get
Set
public:
static property int MaxLines {
int get ();
void set (int value);
}
static member MaxLines : int with get, set
This property affects how many lines are stored in the window's buffer, not the phsyical size of the display area. A scroll bar appears in the window to allow you to view all lines in the buffer.