Click or drag to resize

VistaFolderBrowserDialog Properties

The VistaFolderBrowserDialog type exposes the following members.

Properties
  NameDescription
Public propertyDescription
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.
Public propertyStatic memberIsVistaFolderDialogSupported
Gets a value that indicates whether the current OS supports Vista-style common file dialogs.
Public propertyRootFolder
Gets or sets the root folder where the browsing starts from. This property has no effect if the Vista style dialog is used.
Public propertySelectedPath
Gets or sets the path selected by the user.
Public propertyShowNewFolderButton
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.
Public propertyUseDescriptionForTitle
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.
Top
See Also