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

Gets or sets a string indicating the name of the Help file associated with this HelpProvider object.

[Visual Basic]
Overridable Public Property HelpFile As String
[C#]
public string HelpFile {virtual get; virtual set;}
[C++]
public: __property virtual String* get_HelpFile();
public: __property virtual void set_HelpFile(String*);
[JScript]
public function get HelpFile() : String;
public function set HelpFile(String);

Property Value

The name of the Help file.

Remarks

The file name retrieved by this method identifies the file that provides Help support for all the controls for which this object is the Help provider. This file name can designate either an HTMLHelp file or a Win32 Help file.

See Also

HelpProvider Class | HelpProvider Members | System.WinForms Namespace