.NET/Link API Version 1.7 USE FRAMES

ConsoleWindow.MaxLines Property

Gets or sets the maximum number of lines to display in the window.

[Visual Basic]
Public Shared Property MaxLines As Integer
[C#]
public static int MaxLines {get; set;}

Remarks

As lines are added beyond this limit, the oldest ones will be deleted from the buffer.

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.

See Also

ConsoleWindow Class | Wolfram.NETLink.UI Namespace