This documentation is archived and is not being maintained.
FileDialog.ShowHelp Property
.NET Framework 1.1
Gets or sets a value indicating whether the Help button is displayed in the file dialog.
[Visual Basic] Public Property ShowHelp As Boolean [C#] public bool ShowHelp {get; set;} [C++] public: __property bool get_ShowHelp(); public: __property void set_ShowHelp(bool); [JScript] public function get ShowHelp() : Boolean; public function set ShowHelp(Boolean);
Property Value
true if the dialog box includes a help button; otherwise, false. The default value is false.
Remarks
A HelpRequested event is raised when the user clicks the Help button.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
FileDialog Class | FileDialog Members | System.Windows.Forms Namespace
Show: