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