HelpProvider::GetShowHelp Method (Control^)
.NET Framework (current version)
Returns a value indicating whether the specified control's Help should be displayed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ctl
-
Type:
System.Windows.Forms::Control^
A Control for which Help will be displayed.
When you use the SetHelpKeyword or SetHelpString 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 SetShowHelp method.
.NET Framework
Available since 1.1
Available since 1.1
Show: