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);
The name of the Help file.
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.
HelpProvider Class | HelpProvider Members | System.WinForms Namespace