Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.78 KB

folderbrowserdialog-component-windows-forms.md

File metadata and controls

35 lines (26 loc) · 1.78 KB
title description ms.date helpviewer_keywords ms.assetid
FolderBrowserDialog Component
Learn about the FolderBrowserDialog component in Windows Forms, which displays an interface with which users can browse and select a folder or create a new one.
03/30/2017
folders [Windows Forms], browsing
FolderBrowserDialog component [Windows Forms]
browsing folders
directories [Windows Forms], browsing
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 component, which is used for browsing and selecting files.

In This Section

FolderBrowserDialog Component Overview (Windows Forms)
Explains what this control is and its key features and properties.

How to: Choose Folders with the Windows Forms FolderBrowserDialog Component
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
Provides a list of tasks for dialog boxes, which often display tabs.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.