Click or drag to resize

FolderPicker Class

Represents a Common Dialog Box that allows a user to specify a folder to pick.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesFolderPicker

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class FolderPicker

The FolderPicker type exposes the following members.

Constructors
  NameDescription
Public methodFolderPicker
Initializes a new instance of the FolderPicker class
Top
Properties
  NameDescription
Public propertyFileNameLabel
Gets or sets the file name label.
Public propertyForceFileSystem
Gets or sets a value indicating whether to include only file system folders.
Public propertyInputPath
Gets or sets the input path.
Public propertyOkButtonLabel
Gets or sets the OK button label.
Public propertyResult
Gets the result item.
Public propertyResultName
Gets the result name.
Public propertyResultPath
Gets the result path.
Public propertyTitle
Gets or sets the title.
Top
Methods
  NameDescription
Protected methodSetOptions
Sets the options.
Public methodShowDialog(Boolean)
Displays the dialog.
Public methodShowDialog(IntPtr, Boolean)
Displays the dialog.
Top
See Also