Win32Outline |
Top Previous Next |
This is generic Win32 tree. Use DoSelectItem to select and DoExpand to expand/collapse a particular node. 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
|