FolderBrowserDialog

Description

The FolderBrowserDialog class implements the FolderBrowserDialog developemnt environment component that is the Windows standard dialog of folder opening.

Properties inherited from IFolderBrowserDialog

   Property name Brief description
The Description property determines dialog header where folder will be selected.
The RootFolder property allows to select a standard folder that is to be the root one when the Windows standard dialog box of the folder opening opens.
The SelectedPath property specifies the custom folder that is searched in the system folder and focused when the Windows standard dialog box of folder opening opens.
The ShowNewFolderButton property determines whether the Create Folder button used to create new folder is displayed.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components, located on the parent component.
Components The Components property returns child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

Methods inherited from IFolderBrowserDialog

   Method name Brief description
The Execute method initializes the Windows standard dialog box of folder opening.

See also:

Forms Assembly Classes