TcxCustomShellBrowserDialog.Options Property
Contains the shell browser dialog’s options.
Declaration
property Options: TcxDlgShellOptions read; write;
Property Value
Type |
---|
TcxDlgShellOptions |
Remarks
These options determine:
- The visibility of specific shell items – folders, files, and ZIP files – in the shell browser dialog (Options.ShowFolders, Options.ShowNonFolders, and Options.ShowZipFilesWithFolders).
- The visibility of hidden shell items and the availability of shell context menus to end-users (Options.ShowHidden and Options.ContextMenus).
- Whether the shell browser dialog reflects all changes, occurring among shell items (Options.TrackShellChanges).
- Whether tooltips are displayed when the mouse pointer is positioned over items (Options.ShowToolTip).
See Also