BBjGrid::setToolTipText
Description
In BBj 9.00 and higher, this method sets the tooltip text (also known as short cue in BBx) for the BBjGrid or for a specific grid column or cell.
Syntax
| Return Value | Method |
|---|---|
|
void |
setToolTipText(string text) setToolTipText(int col, string text) setToolTipText(int row, int col, string text) |
Parameters
| Parameter | Description |
|---|---|
|
text |
Tooltip text to be displayed when the mouse is positioned over the control. |
|
col |
The column of a cell-specific or column-specific tooltip. |
|
row |
The row of a cell-specific or column-specific tooltip. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.