QListBox |
Top Previous Next |
This is the Qt list box. Use DoSelectItem to select a particular item. Extends QWidget. Extends SeSSimulatedObject.
Behavior Pattern: QtListBoxBehavior
Property Summary
Action Summary
Property Detail
ValueGets the value of the selected item. This is usually equivalent to the name of the item being selected. Accessors: GetValue
Action Detail
DoSelectItem(itemName)Selects an item of this object.
Parameters:
Returns:
'true' if success, 'false' otherwise.
|