Click or drag to resize

VistaFileDialog.ShowHelp Property

Gets or sets a value indicating whether the Help button is displayed in the file dialog box.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ShowHelp { get; set; }

Property Value

Type: Boolean
true if the dialog box includes a help button; otherwise, false. The default value is false.
See Also