Gets or sets the behavior of function keys that include F1-F20, Insert, Delete, Home, End, Page Up and Page Down. The HomeEndKeysMode takes precedence for the behavior of Home and End keys unless set to HomeEndKeysMode.Standard.

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

Syntax

Visual Basic
Public Property FunctionKeysMode As FunctionKeysMode
	Get
	Set
C#
public FunctionKeysMode FunctionKeysMode { get; set; }

Field Value

Function keys behavior.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also