TdxShellListViewOptions Properties
Stores shell-related settings of the Shell List View control.Name | Description |
---|---|
AutoExecute | Specifies if the Shell List View control can launch the default application associated with a file type. Inherited from TcxShellListViewOptions. |
AutoNavigate | Specifies if the Shell List View control can activate shell items. Inherited from TcxShellListViewOptions. |
ContextMenus | Specifies if a context menu is available for selected shell items. Inherited from TcxShellOptions. |
CurrentFolderContextMenu | Specifies if the Shell List View control can display a context menu for the current folder. Inherited from TcxShellListViewOptions. |
FileMask | Specifies the file mask (with wildcards) that is used to filter out shell items. Inherited from TcxShellOptions. |
ShowFolders | Specifies if folder shell items are visible. Inherited from TcxShellOptions. |
ShowHidden | Specifies if hidden shell items are visible. Inherited from TcxShellOptions. |
ShowNonFolders | Specifies if file shell items are visible. Inherited from TcxShellOptions. |
ShowReadOnly | Specifies if the Shell List View control displays read-only shell items. |
ShowToolTip | Specifies if the shell control displays tooltips for shell items. Inherited from TcxShellOptions. |
ShowZipFilesWithFolders | Specifies if ZIP files are visible. Inherited from TcxShellOptions. |
TrackShellChanges | Specifies if the shell control tracks changes in Windows Shell made by another application or process. Inherited from TcxShellOptions. |
See Also