Click or drag to resize

APIActivateAppByWindowTitle Method

Activate an Application By its Window Title.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string ActivateAppByWindowTitle(
	string WindowTitle
)

Parameters

WindowTitle
Type: SystemString

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

Return Value

Type: String
Returns either a 'success' String, or the error message encountered as a String.
See Also