Overview | Methods | This Package | All Packages
Sets a boolean value that determines whether help should be displayed for a specified control.
Syntax
public void setShowHelp( Control ctl, boolean value )
Parameters
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.
Remarks
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.