Retrieves a boolean value that indicates whether help should be displayed for the specified control.
public boolean getShowHelp( Control ctl )
ctl
A Control object for which help should or should not be displayed.
Returns true if help will be displayed for the control; otherwise, returns false.
When you use the setHelpTopic or setHelpString method to associate a topic or prompt with a specified control, calling this method automatically returns true. You can override this behavior by passing false to the setShowHelp method.