Gets a value indicating whether the terminal is disposed.

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

Syntax

Visual Basic
ReadOnly Property IsDisposed As Boolean
	Get
C#
bool IsDisposed { get; }

Field Value

True if disposed; false if not disposed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also