| VistaFileDialogShowHelp 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; }
Public Property ShowHelp As Boolean
Get
Set
public:
property bool ShowHelp {
bool get ();
void set (bool value);
}
member ShowHelp : bool with get, set
Property Value
Type:
Boolean if the dialog box includes a help button; otherwise,
. The default value is
.
See Also