Click or drag to resize

APIType Method

Sends keystrokes to currently focused UI Item.

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

Parameters

Keystrokes
Type: SystemString

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

See Also