Click or drag to resize

APILabelGetText Method

Retrieves text from Label UI Item.

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

Parameters

SearchByType
Type: SystemObject

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

SearchValue
Type: SystemObject

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

Return Value

Type: String
Returns string containing label text or error message.
See Also