This behavior pattern implements standard behavior for ComboBox control. Extends HTMLObject. Extends SeSSimulatedObject.
Behavior Pattern: DomDynamicsAXComboBoxBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Text
|
Selected value.
|
GetText
|
SetText
|
Action Summary
Action
|
Description
|
DoOpen
|
Expands combo box.
|
DoSetText
|
Sets text into the edit field of a combo box.
|
Property Detail
Text
Selected value.
Type: string
Accessors: GetText, SetText
Action Detail
DoOpen()
Expands combo box.
DoSetText()
Sets text into the edit field of a combo box.
|