FolderBrowserDialogEx.NewStyle Property

QsInformatica.Utils

FolderBrowserDialogExNewStyle Property

Set whether to use the New Folder Browser dialog style.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool NewStyle { get; set; }
Public Property NewStyle As Boolean
	Get
	Set
public:
property bool NewStyle {
	bool get ();
	void set (bool value);
}
member NewStyle : bool with get, set

Property Value

Type: Boolean
Remarks
The new style is resizable and includes a "New Folder" button.
See Also