Associates a help string with a control.
public void setHelpString( Control ctl, String helpString )
ctl
A Control object that specifies the control with which to associate the help string.
helpString
The help string to associate with the control.
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