Specifies a list of function keys.

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

Syntax

Visual Basic
Public Enumeration FunctionKey
C#
public enum FunctionKey

Members

Member nameDescription
Supported by the .NET Compact FrameworkEscape
The Escape key (ESC).
Supported by the .NET Compact FrameworkBackspace
The Backspace key.
Supported by the .NET Compact FrameworkTab
The Tab key.
Supported by the .NET Compact FrameworkEnter
The Enter key.
Supported by the .NET Compact FrameworkF1
The F1 key.
Supported by the .NET Compact FrameworkF2
The F2 key.
Supported by the .NET Compact FrameworkF3
The F3 key.
Supported by the .NET Compact FrameworkF4
The F4 key.
Supported by the .NET Compact FrameworkF5
The F5 key.
Supported by the .NET Compact FrameworkF6
The F6 key.
Supported by the .NET Compact FrameworkF7
The F7 key.
Supported by the .NET Compact FrameworkF8
The F8 key.
Supported by the .NET Compact FrameworkF9
The F9 key.
Supported by the .NET Compact FrameworkF10
The F10 key.
Supported by the .NET Compact FrameworkF11
The F11 key.
Supported by the .NET Compact FrameworkF12
The F12 key.
Supported by the .NET Compact FrameworkF13
The F13 key.
Supported by the .NET Compact FrameworkF14
The F14 key.
Supported by the .NET Compact FrameworkF15
The F15 key.
Supported by the .NET Compact FrameworkF16
The F16 key.
Supported by the .NET Compact FrameworkF17
The F17 key.
Supported by the .NET Compact FrameworkF18
The F18 key.
Supported by the .NET Compact FrameworkF19
The F19 key.
Supported by the .NET Compact FrameworkF20
The F20 key.
Supported by the .NET Compact FrameworkInsert
The Insert key (INS).
Supported by the .NET Compact FrameworkDelete
The Delete key (DEL).
Supported by the .NET Compact FrameworkHome
The Home key.
Supported by the .NET Compact FrameworkEnd
The End key.
Supported by the .NET Compact FrameworkPageUp
The Page up key.
Supported by the .NET Compact FrameworkPageDown
The Page down key.
Supported by the .NET Compact FrameworkLeftArrow
The Left arrow key.
Supported by the .NET Compact FrameworkRightArrow
The Right arrow key.
Supported by the .NET Compact FrameworkUpArrow
The Up arrow key.
Supported by the .NET Compact FrameworkDownArrow
The Down arrow key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also