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; } |