This documentation is archived and is not being maintained.
Keyboard.SendKeys Method
Visual Studio 2012
Sends keystrokes to generate the specified text string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SendKeys(String) | Sends keystrokes to generate the specified text string. |
|
SendKeys(String, Boolean) | Sends keystrokes to generate the specified text string. |
|
SendKeys(String, ModifierKeys) | Sends keystrokes to generate the specified text string. |
|
SendKeys(UITestControl, String) | Sends keystrokes to generate the specified text string. |
|
SendKeys(String, ModifierKeys, Boolean) | Sends keystrokes to generate the specified text string. |
|
SendKeys(UITestControl, String, Boolean) | Sends keystrokes to generate the specified text string. |
|
SendKeys(UITestControl, String, ModifierKeys) | Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys. |
|
SendKeys(String, ModifierKeys, Boolean, Boolean) | Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and indicators for encoding and unicode. |
|
SendKeys(UITestControl, String, ModifierKeys, Boolean) | Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and encoding indicator. |
|
SendKeys(UITestControl, String, ModifierKeys, Boolean, Boolean) | Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys and indicators for encoding and unicode. |
Show: