FolderBrowserDialogEx.ShowNewFolderButton Property

QsInformatica.Utils

FolderBrowserDialogExShowNewFolderButton Property

Enable or disable the "New Folder" button in the browser dialog.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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
See Also