Gets the current history buffer length.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property HistoryLength As Integer
	Get
C#
public int HistoryLength { get; }

Field Value

History buffer length (0..HistoryMaxLength).

Implements

ITerminal..::..HistoryLength

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also