BBjTree::setNodeVisible
Description
In BBj 6.00 and higher, this method scrolls the BBjTree object (if necessary) to ensure that the specified node is expanded and visible.
Syntax
| Return Value | Method |
|---|---|
|
void |
setNodeVisible(int ID) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node to make visible. |
Return Value
None.
Remarks
If the specified node is not already visible, the tree is scrolled to make the node visible.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.