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!

FileDialog.ShowHelp

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);

Property Value

true if the dialog box includes a Help button; otherwise, false. The default value is false.

Remarks

A System.WinForms.RichControl.Help event is raised when the user clicks the Help button.

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace