VistaFolderBrowserDialog Properties | 
The VistaFolderBrowserDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| Container | Gets the IContainer that contains the Component.  (Inherited from Component.) | |
| 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.
              | |
| Site | (Inherited from Component.) | |
| Tag | Gets or sets an object that contains data about the control.   (Inherited from CommonDialog.) | |
| 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.
              |