TcxCustomShellListView.Options Property
Specifies shell list view options.
Declaration
property Options: TcxShellListViewOptions read; write;
Property Value
Type |
---|
TcxShellListViewOptions |
Remarks
Use this property to access a set of appearance and functionality options specific to the shell list view. These options determine:
The visibility of specific shell items – folders, files, and ZIP files – in the shell list view (Options.ShowFolders, Options.ShowNonFolders, and Options.ShowZipFilesWithFolders). Regardless of the option settings, you can access the required shell item via the AbsolutePath or AbsolutePIDL property.
The visibility of hidden shell items and the availability of shell context menus to end-users (Options.ShowHidden, Options.ContextMenus, and Options.CurrentFolderContextMenu).
Whether end-users can access folders and open files by pressing the Enter key or by double-clicking using the mouse (Options.AutoNavigate and Options.AutoExecute). Regardless of the option settings, you can access the required shell item via the AbsolutePath or AbsolutePIDL property.
Whether the shell list view reflects all changes, occurring among shell items (Options.TrackShellChanges).
Whether tooltips are displayed when the mouse pointer is positioned over shell items (Options.ShowToolTip).