TdxShellBreadcrumbEditShellOptions.ShowHiddenFolders Property
In This Article
Specifies if the shell breadcrumb control displays hidden folders.
#Declaration
Delphi
property ShowHiddenFolders: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False | True if hidden folders are visible; otherwise, False. |
#Remarks
The ShowHiddenFolders
property’s default value is False
.
See Also