Enables or disables local echo.

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

Syntax

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

Field Value

True if local echo on; false if local echo off.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also