Skip to main content

TcxCustomShellRoot.BrowseFolder Property

Specifies the starting location in Windows Shell.

Declaration

property BrowseFolder: TcxBrowseFolder read; write; default bfDesktop;

Property Value

Type Default Description
TcxBrowseFolder bfDesktop

The target root folder.

Remarks

Use the BrowseFolder property to switch between Windows Desktop, My Computer, My Documents, and other starting locations for the shell control. You can use the CustomPath property to define a custom starting location if the BrowseFolder property is set to bfCustomPath. Refer to the TcxBrowseFolder type description for detailed information on available options.

The BrowseFolder property’s default value is bfDesktop.

See Also