Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,30 @@
---
title: "FolderBrowserDialog Component"
ms.date: "03/30/2017"
helpviewer_keywords:
- "folders [Windows Forms], browsing"
- "FolderBrowserDialog component [Windows Forms]"
- "browsing folders"
- "directories [Windows Forms], browsing"
ms.assetid: d71a0c5e-898a-4eea-be74-93bdf50d1852
---
# FolderBrowserDialog Component (Windows Forms)
The Windows Forms `FolderBrowserDialog` component displays an interface with which users can browse and select a folder or create a new one. It is a complement to the [OpenFileDialog Component](openfiledialog-component-windows-forms.md) component, which is used for browsing and selecting files.
## In This Section
[FolderBrowserDialog Component Overview (Windows Forms)](folderbrowserdialog-component-overview-windows-forms.md)
Explains what this control is and its key features and properties.
[How to: Choose Folders with the Windows Forms FolderBrowserDialog Component](how-to-choose-folders-with-the-windows-forms-folderbrowserdialog-component.md)
Explains how to programmatically extract the selected folder from the dialog box, as well as work with some of the other, optional properties of the component.
## Reference
<xref:System.Windows.Forms.FolderBrowserDialog>
Describes this class and has links to all its members.
## Related Sections
[Dialog Boxes in Windows Forms](../dialog-boxes-in-windows-forms.md)
Provides a list of tasks for dialog boxes, which often display tabs.
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
Provides a complete list of Windows Forms controls, with links to information on their use.