Sets a boolean value that determines whether help should be displayed for a specified control.
public void setShowHelp( Control ctl, boolean value )
ctl
A Control object that specifies the control for which to turn help on or off.
value
Set to true to display help for this control; otherwise, set to false.
If you have previously called the setHelpString or setHelpTopic for the control specified in the ctl parameter, the HelpProvider object automatically displays help for that control. To modify this behavior, call the setShowHelp method, specifying false in the value parameter.