Gets or sets a value indicating whether 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);
true if the dialog box includes a Help button; otherwise, false. The default value is false.
A System.WinForms.RichControl.Help event is raised when the user clicks the Help button.
FileDialog Class | FileDialog Members | System.WinForms Namespace