Click or drag to resize
Key Enumeration
Identifies a key on the keyboard.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public enum Key
Members
  Member nameValueDescription
None0
Backspace1
Tab2
Enter3
Pause4
CapsLock5
Escape6
Space7
PageUp8
PageDown9
End10
Home11
Left12
Up13
Right14
Down15
PrintScreen16
Insert17
Delete18
Digit019
Digit120
Digit221
Digit322
Digit423
Digit524
Digit625
Digit726
Digit827
Digit928
A29
B30
C31
D32
E33
F34
G35
H36
I37
J38
K39
L40
M41
N42
O43
P44
Q45
R46
S47
T48
U49
V50
W51
X52
Y53
Z54
LWindow55
RWindow56
ContextMenu57
NumPad058
NumPad159
NumPad260
NumPad361
NumPad462
NumPad563
NumPad664
NumPad765
NumPad866
NumPad967
NumPadMultiply68
NumPadAdd69
NumPadEnter70
NumPadSubtract71
NumPadDecimal72
NumPadDivide73
F174
F275
F376
F477
F578
F679
F780
F881
F982
F1083
F1184
F1285
NumLock86
ScrollLock87
LShift88
RShift89
LControl90
RControl91
LAlt92
RAlt93
SemiColon94
Equal95
Comma96
Minus97
Period98
Slash99
Backtick100
LeftBracket101
BackSlash102
RightBracket103
Quote104
See Also