Click or drag to resize

APISendKeysSend Method

Sends SendKeys matching specified KeyCode to currently focused UI Item. See https://www.AppRobotic.com/SendKeys for list of KeyCodes.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public void SendKeysSend(
	string KeyCode
)

Parameters

KeyCode
Type: SystemString

[Missing <param name="KeyCode"/> documentation for "M:AppRobotic.API.SendKeysSend(System.String)"]

See Also