BBjTree::selectChildren
Description
Selects all of the children in a parent node in the BBjTree control.
Syntax
Return Value |
Method |
void |
selectChildren(int parentID) |
Parameters
Variable |
Description |
parentID |
Specifies the ID of parent node to have its children selected. |
Return Value
None.
Remarks
None.
Example
REM Select the children of a parent node in a tree control |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.