BBjTree::collapseTreeFromNode
Description
Collapses a node and all of its descendant's nodes in the BBjTree control.
Syntax
Return Value |
Method |
void |
collapseTreeFromNode(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node to be collapsed. |
Return Value
None.
Remarks
All expandable nodes including and below the specified node will be collapsed.
Example
REM Collapse the tree from a starting node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.