TdxShellTreeViewOptions Class
Stores shell-related settings for the Shell Tree View control.
Declaration
TdxShellTreeViewOptions = class(
TcxShellOptions
)
Remarks
The TdxShellTreeViewOptions
class has members that allow you to do the following:
- Specify if the shell control tracks Windows Shell changes made by external applications (TrackShellChanges).
- Display files, shortcuts, and other shell items in addition to folders (ShowNonFolders).
- Show additional shell item information in tooltips (ShowToolTip).
- Hide or display shell items with the hidden attribute (ShowHidden).
- Prevent users from invoking a context menu for selected shell items (ContextMenus).
- Specify a file mask to filter out shell items (FileMask).
- Hide or display different shell item types (ShowFolders, ShowNonFolders, and ShowZipFilesWithFolders).
The Shell Tree View control’s ShellOptions property references a TdxShellTreeViewOptions
object.
Inheritance
TObject
TPersistent
TcxShellOptions
TdxShellTreeViewOptions
See Also