RanorexRanorex Documentation
Down Method (character)
NamespacesRanorexKeyboardDown(Char)
Sets the state of the key associated with the specified character to pressed/down.
Declaration Syntax
C#Visual BasicVisual C++
public static void Down(
	char character
)
Public Shared Sub Down ( _
	character As Char _
)
public:
static void Down(
	wchar_t character
)
Parameters
character (Char)
A character associated with a key.
Remarks
This method may cause modifier keys (like ControlKey or ShiftKey) to be pressed or released.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)