Sends SendKeys.SendWait 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 public void SendKeys(
string KeyCode
)
Parameters
- KeyCode
- Type: SystemString
[Missing <param name="KeyCode"/> documentation for "M:AppRobotic.API.SendKeys(System.String)"]
See Also