BBjTree::setToolTipText
Description
In BBj 9.00 and higher, sets the tooltip text of a node in the BBjTree control.
Syntax
| Return Value | Method |
|---|---|
|
void |
setToolTipText(int ID, String text) |
Parameters
| Parameter | Description |
|---|---|
|
ID |
Specifies the ID of the node to set tooltip for. |
|
text |
Tooltip text to be displayed when the mouse is positioned over the node. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.