NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HelpProvider.GetHelpTopic

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;

Parameters

ctl
A RichControl from which to retrieve the Help topic.

Return Value

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).

See Also

HelpProvider Class | HelpProvider Members | System.WinForms Namespace | GetHelpString | GetShowHelp | SetHelpTopic | SetHelpString | SetShowHelp