TcxShellOptions Class
Contains settings common to all shell controls.
Declaration
TcxShellOptions = class(
TPersistent
)
Remarks
The TcxShellOptions
class has members that allow you to do the following:
- Specify if the shell control tracks Windows Shell changes made by external applications (TrackShellChanges).
- Hide or display shell items with the hidden attribute (ShowHidden).
- Prevent users from invoking a context menu for selected shell items (ContextMenus).
- Disable or enable tooltips for shell items (ShowToolTip).
- Specify a file mask to filter out shell items (FileMask).
- Hide or display different shell item types (ShowFolders, ShowNonFolders, and ShowZipFilesWithFolders).
Do not use the TcxShellOptions
class directly. Use the following descendants instead:
- TdxShellListViewOptions
- Stores shell-related settings of the Shell List View control.
- TdxShellTreeViewOptions
- Stores shell-related settings for the Shell Tree View control.
- TcxShellListViewOptions
- Contains shell-related settings.
- TcxShellTreeViewOptions
- Contains shell tree view settings.
Inheritance
TObject
TPersistent
TcxShellOptions
See Also