TdxShellBreadcrumbEditProperties.ShellOptions Property
In This Article
Provides access to shell settings.
#Declaration
Delphi
property ShellOptions: TdxShellBreadcrumbEditShellOptions read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores shell settings. |
#Remarks
Use this property to configure the way the shell breadcrumb control displays file system content. Refer to the TdxShellBreadcrumbEditShellOptions class description for information on available options.
See Also