Retrieves the Help topic displayed when the user invokes Help for the specified control.
[Visual Basic] Overridable Public Function GetHelpTopic( _ ByVal ctl As RichControl _ ) As String [C#] public virtual string GetHelpTopic( RichControl ctl ); [C++] public: virtual String* GetHelpTopic( RichControl* ctl ); [JScript] public function GetHelpTopic( ctl : RichControl ) : String;
The Help topic associated with this control. If the HelpProvider object is currently configured to display the entire help file, this method returns a null reference (in Visual Basic Nothing).
HelpProvider Class | HelpProvider Members | System.WinForms Namespace | GetHelpString | GetShowHelp | SetHelpTopic | SetHelpString | SetShowHelp