Sets the help topic to be displayed when the user invokes help for the specified control.
public void setHelpTopic( Control ctl, String topic )
ctl
A Control object that specifies the control for which to set the help topic.
topic
The help topic to associate with the control, or null, if the contents of the entire help file should be displayed.
See Also getHelpTopic