Skip to main content

TcxCustomShellTreeView.Root Property

Contains starting folder options.

Declaration

property Root: TcxShellTreeRoot read; write;

Property Value

Type
TcxShellTreeRoot

Remarks

Use the Root property to access shell tree view starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell tree view is created. If this property is set to bfCustomPath, then the starting folder path is defined by the Root.CustomPath property.

The current path to the currently opened shell node is specified via the AbsolutePath property. If the current starting folder is virtual (for instance, Recycle Bin), then the folder’s identifier can be accessed via the AbsolutePIDL property.

See Also