VistaFolderBrowserDialog Properties |
The VistaFolderBrowserDialog type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets or sets the descriptive text displayed above the tree view control in the dialog box, or below the list view control
in the Vista style dialog.
| |
IsVistaFolderDialogSupported |
Gets a value that indicates whether the current OS supports Vista-style common file dialogs.
| |
RootFolder |
Gets or sets the root folder where the browsing starts from. This property has no effect if the Vista style
dialog is used.
| |
SelectedPath |
Gets or sets the path selected by the user.
| |
ShowNewFolderButton |
Gets or sets a value indicating whether the New Folder button appears in the folder browser dialog box. This
property has no effect if the Vista style dialog is used; in that case, the New Folder button is always shown.
| |
UseDescriptionForTitle |
Gets or sets a value that indicates whether to use the value of the Description property
as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.
|