- ctl
- A System.Windows.Forms.Control for which Help will be displayed.
true if Help will be displayed for the control; otherwise, false.
When you use the HelpProvider.SetHelpKeyword(Control, string) or HelpProvider.SetHelpString(Control, string) method to associate a keyword or prompt with a specified control, calling this method automatically returns true. You can override this behavior by passing false to the HelpProvider.SetShowHelp(Control, bool) method.