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
  callback.ShellBoost.Core.UtilitiesFolderPicker

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetOptions
Sets the options.
Public methodShowDialog(Boolean)
Displays the dialog.
Public methodShowDialog(IntPtr, Boolean)
Displays the dialog.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also