Win32List |
Top Previous Next |
This is generic Win32 list. 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
Behavior Pattern: Win32ItemExpandable
Action Summary
Action Detail
DoExpand(itemName)Expands an item of this object.
Parameters:
Returns:
boolean: 'true' if operation was successful, 'false' otherwise
|