Overview | Methods | This Package | All Packages
Associates tooltip text with the specified control.
Syntax
public void setToolTip( Control control, String caption )
Parameters
control
A Control object that specifies the control with which to associate the tooltip text.
caption
The text to display.
See Also getToolTip