TcxCustomShellBrowserDialog.Root Property
Contains starting folder options.
Declaration
property Root: TcxDlgShellRoot read; write;
Property Value
Type |
---|
TcxDlgShellRoot |
Remarks
Use this property to access shell browser dialog starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell browser dialog is displayed. If this property is set to bfCustomPath
, then the starting folder path is defined by the Root.CustomPath property.
The path to the currently accessed shell item is specified via the Path property.
See Also