UIAComboBox |
Top Previous Next |
Extends UIAObject. Extends SeSSimulatedObject.
Behavior Pattern: UIAutomationComboBoxBehavior
Property Summary
Action Summary
Property Detail
TextText of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSelectItem(item)Selects an item of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
DoSetText(newText)Set text into combobox with an edit box.
Parameters:
Returns:
boolean: 'true' if successul, 'false' otherwise
|