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.2
Syntax
public class BrowseForFolder : CommonDialog

The BrowseForFolder type exposes the following members.

Constructors
 NameDescription
Public methodBrowseForFolderInitializes a new instance of the BrowseForFolder class
Top
Properties
 NameDescription
Public propertyDescriptionGets or sets the title of the dialog.
Public propertyFileSystemOnlyOnly allow file system directories.
Public propertyForceOldDialogGets or sets a value indicating whether the old dialog should be forced.
Public propertyRootFolderGets or sets the root folder.
Public propertySelectedFolderIdListAfter execution contains the Folder that was selected.
Public propertySelectedPathGets or sets the directory the dialog initially displays.
Public propertyShowNewFolderButtonGets or sets a value indicating whether the new folder button is shown.
Public propertyTitleGets or sets the title of the dialog.
Top
Methods
 NameDescription
Public methodResetResets the properties of a common dialog box to their default values.
(Overrides CommonDialogReset)
Protected methodRunDialogRuns a directory open dialog.
(Overrides CommonDialogRunDialog(IntPtr))
Top
See Also