BBjTree::expandNode
Description
Expands a node in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
void |
expandNode(int ID) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node to expand. |
Return Value
None.
Remarks
If the specified node is an expandable node with no children, it will appear to be expanded, but no children will be displayed.
If the specified node is a parent node, all of its children will be displayed.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.