FolderBrowserDialog

Description

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

Comments

It is used only in the desktop application.

Properties inherited from IFolderBrowserDialog

   Property name Brief description
Description

The Description property determines a header of the dialog box where folder will be selected.
RootFolder

The RootFolder property enables the user to select a standard folder that should be the root one when the Windows standard dialog box of folder opening opens.
SelectedPath

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.
ShowNewFolderButton

The ShowNewFolderButton property determines whether the Create Folder button that is used to create a 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 the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes.

Methods inherited from IFolderBrowserDialog

   Method name Brief description
Execute

The Execute method initializes the Windows standard dialog box of folder opening.

See also:

Forms Assembly Classes