Click or drag to resize

BrowseForFolder Class

A BrowseForFolder dialog that uses the Vista-style dialog by default instead of a simple directory tree.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public class BrowseForFolder : CommonDialog

The BrowseForFolder type exposes the following members.

Constructors
  NameDescription
Public methodBrowseForFolder
Initializes a new instance of the BrowseForFolder class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the title of the dialog.
Public propertyFileSystemOnly
Only allow file system directories.
Public propertyForceOldDialog
Gets or sets a value indicating whether the old dialog should be forced.
Public propertyRootFolder
Gets or sets the root folder.
Public propertySelectedFolderIdList
After execution contains the Folder that was selected.
Public propertySelectedPath
Gets or sets the directory the dialog initially displays.
Public propertyShowNewFolderButton
Gets or sets a value indicating whether the new folder button is shown.
Public propertyTitle
Gets or sets the title of the dialog.
Top
Methods
See Also