Skip to main content

TcxCustomShellComboBoxProperties.Root Property

Contains starting folder options.

Declaration

property Root: TcxShellComboBoxRoot read; write;

Property Value

Type
TcxShellComboBoxRoot

Remarks

Use the Root property to access shell combo box view starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell combo box 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 item 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