BBjControl::showToolTipText
Description
In BBj 15.00 and higher, this method shows the tooltip text for the BBjControl (also known as short cue in BBx).
Syntax
Return Value | Method |
---|---|
void | showToolTipText() |
void | showToolTipText(int x, int y) |
Parameters
Parameter | Description |
---|---|
x | Horizontal position (in current units, relative to the control) to show the tooltip text. |
y | Vertical position (in current units, relative to the control) to show the tooltip text. |
Return Value
None.
Remarks
The no-arg version simulates the user moving the mouse to the top left corner of the control; the two-arg version simulates the user moving the mouse to the specified location relative to the top left corner of the control.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.