Specifies the standard console keys

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

Syntax

Visual Basic
Public Enumeration ConsoleKey
C#
public enum ConsoleKey

Members

Member nameDescription
Supported by the .NET Compact FrameworkBackspace
The BACKSPACE key.
Supported by the .NET Compact FrameworkTab
The TAB key.
Supported by the .NET Compact FrameworkClear
The CLEAR key.
Supported by the .NET Compact FrameworkEnter
The ENTER key.
Supported by the .NET Compact FrameworkPause
The PAUSE key.
Supported by the .NET Compact FrameworkEscape
The ESC (ESCAPE) key.
Supported by the .NET Compact FrameworkSpacebar
The SPACEBAR 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 FrameworkEnd
The END key.
Supported by the .NET Compact FrameworkHome
The HOME key.
Supported by the .NET Compact FrameworkLeftArrow
The LEFT ARROW key.
Supported by the .NET Compact FrameworkUpArrow
The UP ARROW key.
Supported by the .NET Compact FrameworkRightArrow
The RIGHT ARROW key.
Supported by the .NET Compact FrameworkDownArrow
The DOWN ARROW key.
Supported by the .NET Compact FrameworkSelect
The SELECT key.
Supported by the .NET Compact FrameworkPrint
The PRINT key.
Supported by the .NET Compact FrameworkExecute
The EXECUTE key.
Supported by the .NET Compact FrameworkPrintScreen
The PRINT SCREEN key.
Supported by the .NET Compact FrameworkInsert
The INS (INSERT) key.
Supported by the .NET Compact FrameworkDelete
The DEL (DELETE) key.
Supported by the .NET Compact FrameworkHelp
The HELP key.
Supported by the .NET Compact FrameworkD0
The 0 key.
Supported by the .NET Compact FrameworkD1
The 1 key.
Supported by the .NET Compact FrameworkD2
The 2 key.
Supported by the .NET Compact FrameworkD3
The 3 key.
Supported by the .NET Compact FrameworkD4
The 4 key.
Supported by the .NET Compact FrameworkD5
The 5 key.
Supported by the .NET Compact FrameworkD6
The 6 key.
Supported by the .NET Compact FrameworkD7
The 7 key.
Supported by the .NET Compact FrameworkD8
The 8 key.
Supported by the .NET Compact FrameworkD9
The 9 key.
Supported by the .NET Compact FrameworkA
The A key.
Supported by the .NET Compact FrameworkB
The B key.
Supported by the .NET Compact FrameworkC
The C key.
Supported by the .NET Compact FrameworkD
The D key.
Supported by the .NET Compact FrameworkE
The E key.
Supported by the .NET Compact FrameworkF
The F key.
Supported by the .NET Compact FrameworkG
The G key.
Supported by the .NET Compact FrameworkH
The H key.
Supported by the .NET Compact FrameworkI
The I key.
Supported by the .NET Compact FrameworkJ
The J key.
Supported by the .NET Compact FrameworkK
The K key.
Supported by the .NET Compact FrameworkL
The L key.
Supported by the .NET Compact FrameworkM
The M key.
Supported by the .NET Compact FrameworkN
The N key.
Supported by the .NET Compact FrameworkO
The O key.
Supported by the .NET Compact FrameworkP
The P key.
Supported by the .NET Compact FrameworkQ
The Q key.
Supported by the .NET Compact FrameworkR
The R key.
Supported by the .NET Compact FrameworkS
The S key.
Supported by the .NET Compact FrameworkT
The T key.
Supported by the .NET Compact FrameworkU
The U key.
Supported by the .NET Compact FrameworkV
The V key.
Supported by the .NET Compact FrameworkW
The W key.
Supported by the .NET Compact FrameworkX
The X key.
Supported by the .NET Compact FrameworkY
The Y key.
Supported by the .NET Compact FrameworkZ
The Z key.
Supported by the .NET Compact FrameworkLeftWindows
The left Windows logo key (Microsoft Natural Keyboard).
Supported by the .NET Compact FrameworkRightWindows
The right Windows logo key (Microsoft Natural Keyboard).
Supported by the .NET Compact FrameworkApplications
The Application key (Microsoft Natural Keyboard).
Supported by the .NET Compact FrameworkSleep
The Computer Sleep key.
Supported by the .NET Compact FrameworkNumPad0
The 0 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad1
The 1 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad2
The 2 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad3
The 3 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad4
The 4 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad5
The 5 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad6
The 6 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad7
The 7 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad8
The 8 key on the numeric keypad.
Supported by the .NET Compact FrameworkNumPad9
The 9 key on the numeric keypad.
Supported by the .NET Compact FrameworkMultiply
The Multiply key.
Supported by the .NET Compact FrameworkAdd
The Add key.
Supported by the .NET Compact FrameworkSeparator
The Separator key.
Supported by the .NET Compact FrameworkSubtract
The Subtract key.
Supported by the .NET Compact FrameworkDecimal
The Decimal key.
Supported by the .NET Compact FrameworkDivide
The Divide 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 FrameworkF21
The F21 key.
Supported by the .NET Compact FrameworkF22
The F22 key.
Supported by the .NET Compact FrameworkF23
The F23 key.
Supported by the .NET Compact FrameworkF24
The F24 key.
Supported by the .NET Compact FrameworkBrowserBack
The Browser Back key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserForward
The Browser Forward key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserRefresh
The Browser Refresh key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserStop
The Browser Stop key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserSearch
The Browser Search key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserFavorites
The Browser Favorites key (Windows 2000 or later).
Supported by the .NET Compact FrameworkBrowserHome
The Browser Home key (Windows 2000 or later).
Supported by the .NET Compact FrameworkVolumeMute
The Volume Mute key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkVolumeDown
The Volume Down key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkVolumeUp
The Volume Up key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkMediaNext
The Media Next Track key (Windows 2000 or later).
Supported by the .NET Compact FrameworkMediaPrevious
The Media Previous Track key (Windows 2000 or later).
Supported by the .NET Compact FrameworkMediaStop
The Media Stop key (Windows 2000 or later).
Supported by the .NET Compact FrameworkMediaPlay
The Media Play/Pause key (Windows 2000 or later).
Supported by the .NET Compact FrameworkLaunchMail
The Start Mail key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkLaunchMediaSelect
The Select Media key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkLaunchApp1
The Start Application 1 key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkLaunchApp2
The Start Application 2 key (Microsoft Natural Keyboard, Windows 2000 or later).
Supported by the .NET Compact FrameworkOem1
The OEM 1 key (OEM specific).
Supported by the .NET Compact FrameworkOemPlus
The OEM Plus key on any country/region keyboard (Windows 2000 or later).
Supported by the .NET Compact FrameworkOemComma
The OEM Comma key on any country/region keyboard (Windows 2000 or later).
Supported by the .NET Compact FrameworkOemMinus
The OEM Minus key on any country/region keyboard (Windows 2000 or later).
Supported by the .NET Compact FrameworkOemPeriod
The OEM Period key on any country/region keyboard (Windows 2000 or later).
Supported by the .NET Compact FrameworkOem2
The OEM 2 key (OEM specific).
Supported by the .NET Compact FrameworkOem3
The OEM 3 key (OEM specific).
Supported by the .NET Compact FrameworkOem4
The OEM 4 key (OEM specific).
Supported by the .NET Compact FrameworkOem5
The OEM 5 (OEM specific).
Supported by the .NET Compact FrameworkOem6
The OEM 6 key (OEM specific).
Supported by the .NET Compact FrameworkOem7
The OEM 7 key (OEM specific).
Supported by the .NET Compact FrameworkOem8
The OEM 8 key (OEM specific).
Supported by the .NET Compact FrameworkOem102
The OEM 102 key (OEM specific).
Supported by the .NET Compact FrameworkProcess
The IME PROCESS key.
Supported by the .NET Compact FrameworkPacket
The PACKET key (used to pass Unicode characters with keystrokes).
Supported by the .NET Compact FrameworkAttention
The ATTN key.
Supported by the .NET Compact FrameworkCrSel
The CRSEL (CURSOR SELECT) key.
Supported by the .NET Compact FrameworkExSel
The EXSEL (EXTEND SELECTION) key.
Supported by the .NET Compact FrameworkEraseEndOfFile
The ERASE EOF key.
Supported by the .NET Compact FrameworkPlay
The PLAY key.
Supported by the .NET Compact FrameworkZoom
The ZOOM key.
Supported by the .NET Compact FrameworkNoName
A constant reserved for future use.
Supported by the .NET Compact FrameworkPa1
The PA1 key.
Supported by the .NET Compact FrameworkOemClear
The CLEAR key (OEM specific).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also