BBjTree::collapseNode
Description
Collapses a node in the BBjTree control.
Syntax
|
Return Value |
Method |
|---|---|
| void | collapseNode(int ID) |
Parameters
| Parameter | Description |
|---|---|
| ID | Specifies the ID of the node to collapse. |
Return Value
None.
Remarks
If the specified node is an expandable node with no children, it will appear to be collapsed. This method only collapses the specified node. The next time this node is expanded, all of its children will be expanded or collapsed as they were before this function was called.
If the specified node is a parent node, all of its children will be hidden.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.