Overview | Methods | This Package | All Packages
Associates a help string with a control.
Syntax
public void setHelpString( Control ctl, String helpString )
Parameters
ctl
A Control object that specifies the control with which to associate the help string.
helpString
The help string to associate with the control.
Remarks
The help string that you specify in the helpString parameter is displayed in a pop-up window when the user clicks F1 while the specified control has the input focus.
See Also getHelpString