Specifies whether to ignore cursor key mode change requests from the server.

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

Syntax

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

Field Value

True to ignore cursor key mode change requests; false to allow.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also