Click or drag to resize
FdfFolderBrowserDialog Class
Prompts the user to select a folder. Represents localized version of FolderBrowserDialog control.
Inheritance Hierarchy
SystemObject
  FDF.Common.Runtime.ControlsFdfFolderBrowserDialog

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfFolderBrowserDialog : IDisposable

The FdfFolderBrowserDialog type exposes the following members.

Constructors
  NameDescription
Public methodFdfFolderBrowserDialog
Initializes a new instance of the FdfFolderBrowserDialog class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the descriptive text displayed above the tree view control in the dialog box.
Public propertyRootFolder
Gets or sets the root folder where the browsing starts from.
Public propertySelectedPath
The path of the folder first selected in the dialog box or the last folder selected by the user. The default is an empty string ("").
Public propertyShowNewFolderButton
Gets or sets a value indicating whether the New Folder button appears in the folder browser dialog box. The default is True.
Public propertyTag
Gets or sets an object that contains data about the control.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the FdfFolderBrowserDialog
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the FdfFolderBrowserDialog and optionally releases the managed resources
Public methodReset
Resets properties to their default values.
Public methodShowDialog
Runs a common dialog box with a default owner.
Top
Remarks