Retrieves a value indicating whether Help displays for the specified control.
[Visual Basic] Overridable Public Function GetShowHelp( _ ByVal ctl As RichControl _ ) As Boolean [C#] public virtual bool GetShowHelp( RichControl ctl ); [C++] public: virtual bool GetShowHelp( RichControl* ctl ); [JScript] public function GetShowHelp( ctl : RichControl ) : Boolean;
true if help will be displayed for the control; otherwise, 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.
HelpProvider Class | HelpProvider Members | System.WinForms Namespace | GetHelpTopic | GetHelpString | SetHelpString | SetHelpTopic | SetShowHelp