| VistaFolderBrowserDialogShowNewFolderButton Property |
Gets or sets a value indicating whether the New Folder button appears in the folder browser dialog box. This
property has no effect if the Vista style dialog is used; in that case, the New Folder button is always shown.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ShowNewFolderButton { get; set; }
Public Property ShowNewFolderButton As Boolean
Get
Set
public:
property bool ShowNewFolderButton {
bool get ();
void set (bool value);
}
member ShowNewFolderButton : bool with get, set
Property Value
Type:
Boolean if the New Folder button is shown in the dialog box; otherwise,
. The default is
.
See Also