Gets or sets a value indicating whether to ignore incoming substitute characters (1A) or replace them with replaced by a question mark.

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

Syntax

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

Field Value

True to ignore substitute characters; false to replace them with a question mark.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also