Class Keys
Supplies constants representing keyboard keys, which can be used in the input parameter string of the SendKeys(string, KeyModifier) method.
public static class Keys
- Inheritance
-
Keys
- Inherited Members
Fields
AppKey
The Application key.
public const string AppKey = "<__APPLICATION>"
Field Value
Backspace
The Backspace key.
public const string Backspace = "<__BACKSPACE>"
Field Value
CapsLockOff
Turns off the CapsLock key.
public const string CapsLockOff = "<__CAPSLOCKOFF>"
Field Value
CapsLockOn
Turns on the CapsLock key.
public const string CapsLockOn = "<__CAPSLOCKON>"
Field Value
Delete
The Delete key.
public const string Delete = "<__DELETE>"
Field Value
Down
The Down (arrow) key.
public const string Down = "<__DOWN>"
Field Value
End
The End key.
public const string End = "<__END>"
Field Value
Esc
The Escape key.
public const string Esc = "<__ESC>"
Field Value
F1
The F1 key.
public const string F1 = "<__F1>"
Field Value
F10
The F10 key.
public const string F10 = "<__F10>"
Field Value
F11
The F11 key.
public const string F11 = "<__F11>"
Field Value
F12
The F12 key.
public const string F12 = "<__F12>"
Field Value
F2
The F2 key.
public const string F2 = "<__F2>"
Field Value
F3
The F3 key.
public const string F3 = "<__F3>"
Field Value
F4
The F4 key.
public const string F4 = "<__F4>"
Field Value
F5
The F5 key.
public const string F5 = "<__F5>"
Field Value
F6
The F6 key.
public const string F6 = "<__F6>"
Field Value
F7
The F7 key.
public const string F7 = "<__F7>"
Field Value
F8
The F8 key.
public const string F8 = "<__F8>"
Field Value
F9
The F9 key.
public const string F9 = "<__F9>"
Field Value
Home
The Home key.
public const string Home = "<__HOME>"
Field Value
Insert
The Insert key.
public const string Insert = "<__INSERT>"
Field Value
Left
The Left (arrow) key.
public const string Left = "<__LEFT>"
Field Value
NumLockOff
Turns off the NumLock key.
public const string NumLockOff = "<__NUMLOCKOFF>"
Field Value
NumLockOn
Turns on the NumLock key.
public const string NumLockOn = "<__NUMLOCKON>"
Field Value
PageDown
The PageDown key.
public const string PageDown = "<__PGDN>"
Field Value
PageUp
The PageUp key.
public const string PageUp = "<__PGUP>"
Field Value
Pause
The Pause/Break key.
public const string Pause = "<__BREAK>"
Field Value
PrintScr
The PrintScreen key.
public const string PrintScr = "<__PRINTSCR>"
Field Value
Return
The Return/Enter key.
public const string Return = "<__ENTER>"
Field Value
Right
The Right (arrow) key.
public const string Right = "<__RIGHT>"
Field Value
ScrollLockOff
Turns off the ScrollLock key.
public const string ScrollLockOff = "<__SCROLLLOCKOFF>"
Field Value
ScrollLockOn
Turns on the ScrollLock key.
public const string ScrollLockOn = "<__SCROLLLOCKON>"
Field Value
Tab
The Tab key.
public const string Tab = "<__TAB>"
Field Value
Up
The Up (arrow) key.
public const string Up = "<__UP>"