Win32ComboBoxEdit |
Top Previous Next |
This is generic Win32 editable combo box. Use DoSelectItem to select a particular item and DoSetText to set a custom value. Extends SeSSimulatedObject.
Behavior Pattern: Win32TextEditable
Property Summary
Action Summary
Property Detail
TextText of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSetText(val)Sets text value of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
Behavior Pattern: Win32ItemSelectable
Property Summary
Action Summary
Property Detail
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
Action Detail
DoSelectItem(itemName)Selects item of this object.
Parameters:
Returns:
boolean: 'true' if operation is successful, 'false' otherwise
Behavior Pattern: Win32ItemCombo
Property Summary
Action Summary
Property Detail
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
Action Detail
DoSelectItem(itemName)Selects item of this object.
Parameters:
Returns:
boolean: 'true' if operation is successful, 'false' otherwise
|