Keyboard Members
The Keyboard type exposes the following members.
Methods
Name | Description | |
---|---|---|
DownKey(IntPtr, Keys) |
Down a Keyboard Key.
|
|
DownKey(IntPtr, String) |
Down a Keyboard Key.
|
|
PressKey(IntPtr, Keys) |
Press a Keyboard Key.
|
|
PressKey(IntPtr, String) |
Press a Keyboard Key.
|
|
SendText |
Sends the text to specified window.
|
|
UpKey(IntPtr, Keys) |
Up a Keyboard Key.
|
|
UpKey(IntPtr, String) |
Up a Keyboard Key.
|