System.Windows.Forms.FolderBrowserDialog Members

The members of System.Windows.Forms.FolderBrowserDialog are listed below.

See Also: Inherited members from System.Windows.Forms.CommonDialog

Public Constructors

Initializes a new instance of the System.Windows.Forms.FolderBrowserDialog class.

Public Properties

Descriptionstring.

Gets or sets the descriptive text displayed above the tree view control in the dialog box.

RootFolderEnvironment.SpecialFolder.

Gets or sets the root folder where the browsing starts from.

SelectedPathstring.

Gets or sets the path selected by the user.

ShowNewFolderButtonbool.

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

Public Methods

override
Reset()

Resets properties to their default values.

Protected Methods

override
RunDialog(IntPtr) : bool

Displays the dialog box.

Public Events

HelpRequest

Occurs when the user clicks the Help button on the dialog box.