wManager.Wow.Helpers Namespace
WRobot

Keyboard..::..SendText Method

Sends the text to specified window.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static void SendText(
	IntPtr mainWindowHandle,
	string text
)
Public Shared Sub SendText ( _
	mainWindowHandle As IntPtr, _
	text As String _
)
public:
static void SendText(
	IntPtr^ mainWindowHandle, 
	String^ text
)

Parameters

mainWindowHandle
Type: IntPtr
The main window handle.
text
Type: String
The text.