TcxShellOptions Properties
Contains settings common to all shell controls.| Name | Description |
|---|---|
| ContextMenus | Specifies if a context menu is available for selected shell items. |
| FileMask | Specifies the file mask (with wildcards) that is used to filter out shell items. |
| ShowFolders | Specifies if folder shell items are visible. |
| ShowHidden | Specifies if hidden shell items are visible. |
| ShowNonFolders | Specifies if file shell items are visible. |
| ShowToolTip | Specifies if the shell control displays tooltips for shell items. |
| ShowZipFilesWithFolders | Specifies if ZIP files are visible. |
| TrackShellChanges | Specifies if the shell control tracks changes in Windows Shell made by another application or process. |
See Also