TcxCustomShellTreeView.Options Property
Contains shell tree view options.
Declaration
property Options: TcxShellTreeViewOptions read; write;
Property Value
Type |
---|
TcxShellTreeViewOptions |
Remarks
Use the Options
property to access a set of appearance and functionality options specific to the shell tree view. These options determine:
- The visibility of specific shell items – folders, files, and ZIP files – in the shell tree view (Options.ShowFolders, Options.ShowNonFolders, and Options.ShowZipFilesWithFolders). Regardless of the option settings, you can access the required shell node via the AbsolutePath or AbsolutePIDL properties.
- The visibility of hidden shell items and the availability of shell context menus to users (Options.ShowHidden and Options.ContextMenus).
- Whether the shell tree view reflects all changes, occurring among shell nodes (Options.TrackShellChanges).
- Whether tooltips are displayed when the mouse pointer is positioned over nodes (Options.ShowToolTip).
- The mask used to filter out file nodes in the shell tree view (Options.FileMask).
See Also