Win32ComboBox |
Top Previous Next |
This is generic Win32 combo box. Use DoSelectItem to select a particular item. Extends SeSSimulatedObject.
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
|