using (var fbd = new FolderBrowserDialog())
{
fbd.ShowNewFolderButton = true;
DialogResult result = fbd.ShowDialog();
...
The dialog looks like the following. Note that there is no "New Folder" button.

Copyright © 2021 Jogjafile Inc.