BBjTree::isNodeExpanded
Description
Returns whether the node is expanded in the BBjTree control.
Syntax
Return Value |
Method |
boolean |
isNodeExpanded(int ID) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the node. |
Return Value
Returns whether the node is expanded (0 = Not expanded, 1 = Expanded).
Remarks
If the specified node is a leaf node, then 0 will be returned.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.