Retrieves the contents of the pop-up help window for the specified control.
public String getHelpString( Control ctl )
ctl
A Control object for which to retrieve the help string.
Returns the help string associated with this control.
To display this help string at run time, the user clicks F1 while the specified control has the input focus.
See Also setHelpString