Click or drag to resize

APITextBoxSetText Method

Sets provided text into the TextBox UI Item.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string TextBoxSetText(
	Object SearchByType,
	Object SearchValue,
	Object TextValue
)

Parameters

SearchByType
Type: SystemObject

[Missing <param name="SearchByType"/> documentation for "M:AppRobotic.API.TextBoxSetText(System.Object,System.Object,System.Object)"]

SearchValue
Type: SystemObject

[Missing <param name="SearchValue"/> documentation for "M:AppRobotic.API.TextBoxSetText(System.Object,System.Object,System.Object)"]

TextValue
Type: SystemObject

[Missing <param name="TextValue"/> documentation for "M:AppRobotic.API.TextBoxSetText(System.Object,System.Object,System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also