Keyboard.SendKeys Method (String, ModifierKeys, Boolean, Boolean)
Visual Studio 2012
Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and indicators for encoding and unicode.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public static void SendKeys( string text, ModifierKeys modifierKeys, bool isEncoded, bool isUnicode )
Parameters
- text
- Type: String
The text for which to generate keystrokes.
- modifierKeys
- Type: ModifierKeys
The sum of one or more values of the ModifierKeys enumeration.
- isEncoded
- Type: Boolean
true if the text is encoded; otherwise, false.
- isUnicode
- Type: Boolean
true if the text is Unicode text; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.