BBjGrid::getToolTipText
Description
In BBj 9.00 and higher, this method returns 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 |
string |
getToolTipText() |
string |
getToolTipText(int col) |
string |
getToolTipText(int row, int col) |
Parameters
Variable |
Description |
row |
The row of a cell-specific tooltip. |
col |
The column of a cell-specific or column-specific tooltip. |
Return Value
Returns the tooltip text for the BBjGrid or for a specific grid column or cell.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.