System.Windows.Forms.FolderBrowserDialog.ShowNewFolderButton Property

Gets or sets a value indicating whether the New Folder button appears in the folder browser dialog box.

Syntax

[System.ComponentModel.Localizable(false)]
[System.ComponentModel.DefaultValue(true)]
[System.ComponentModel.Browsable(true)]
public bool ShowNewFolderButton { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When FolderBrowserDialog.ShowNewFolderButton is true, the New Folder button is visible, giving the user a chance to create a folder. When the user clicks the New Folder button, a new folder is created and the user is prompted to specify the folder name. The selected node in the tree becomes the parent of the new folder. The actual caption of the New Folder button can vary depending upon the operating system

Note:

Setting FolderBrowserDialog.ShowNewFolderButton to false does not work on Windows 2000.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0