Overview | Methods | This Package | All Packages
Sets the help topic to be displayed when the user invokes help for the specified control.
Syntax
public void setHelpTopic( Control ctl, String topic )
Parameters
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