wManager.Wow.Helpers Namespace
WRobot

Keyboard..::..UpKey Method (IntPtr, String)

Up a Keyboard Key.

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

Syntax


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

Parameters

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