Click or drag to resize

APIComboBoxItemSelect Method

Selects ComboBox Item after De-Selecting all currently selected Items.

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

Parameters

SearchByType
Type: SystemObject

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

SearchValue
Type: SystemObject

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

ComboBoxItemName
Type: SystemObject

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

Return Value

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