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

Specifies the Help topic to display when the user invokes Help for a control.

[Visual Basic]
Overridable Public Sub SetHelpTopic( _
   ByVal ctl As RichControl, _
   ByVal topic As String _
)
[C#]
public virtual void SetHelpTopic(
   RichControl ctl,
   string topic
);
[C++]
public: virtual void SetHelpTopic(
   RichControl* ctl,
   String* topic
);
[JScript]
public function SetHelpTopic(
   ctl : RichControl,
   topic : String
);

Parameters

ctl
A RichControl that specifies the control for which to set the Help topic.
topic
The Help topic to associate with the control; or a null reference (in Visual Basic Nothing), if the contents of the entire Help file display.

See Also

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