Click or drag to resize

APIMessageBox Method

Display a Message Box with specified text.

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

Parameters

TextToShow
Type: SystemString

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

Return Value

Type: String
"success" string if successful, or error message if failed.
See Also