TcxCustomShellComboBoxProperties.ViewOptions Property
Specifies the display options for the shell combo box dropdown.
Declaration
property ViewOptions: TcxShellComboBoxViewOptions read; write; default [scvoShowZipFilesWithFolders];
Property Value
Type |
---|
TcxShellComboBoxViewOptions |
Remarks
Options include:
Value | Meaning |
---|---|
scvoShowFiles | If set, both folders and files are displayed within the shell combo box dropdown; otherwise, only folders are shown. To filter out files, use the FileMask property. |
scvoShowHidden | If set, allows hidden shell items (files and folders) to be displayed within the shell combo box dropdown. |
scvoShowZipFilesWithFolders | Starting with Windows Vista, ZIP files are considered folders. Set the scvoShowZipFilesWithFolders flag to display ZIP files along with normal folders within the shell combo box dropdown. Otherwise, these files are excluded from the display. |
The default value of the ViewOptions property is [scvoShowZipFilesWithFolders].
See Also