Gets or sets a value indicating whether to strip escape sequences from the incoming data.

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

Syntax

Visual Basic
Public Property StripEscapeSequences As Boolean
	Get
	Set
C#
public bool StripEscapeSequences { get; set; }

Field Value

True to strip escape sequences; false to leave them intact.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also