TdxShellListViewOptions Class
Stores shell-related settings of the Shell List View control.
Declaration
TdxShellListViewOptions = class(
TcxShellListViewOptions
)
Remarks
The TdxShellListViewOptions
class has members that allow you to do the following:
- Specify if the Shell List View control tracks Windows Shell changes made by external applications (TrackShellChanges).
- Hide read-only shell items (ShowReadOnly).
- Ignore the Enter keystroke and double-clicks on shell items (AutoNavigate).
- Prevent execution of applications associated with all file types when a user attempts to open a file (AutoExecute).
- Hide or display shell items with the hidden attribute (ShowHidden).
- Allow users to invoke the current folder’s context menu if no shell item is selected in the Shell List View control (CurrentFolderContextMenu).
- Specify a file mask to filter out shell items (FileMask).
- Hide or display different shell item types (ShowFolders, ShowNonFolders, and ShowZipFilesWithFolders).
- Prevent users from invoking a context menu for selected shell items (ContextMenus).
- Disable or enable tooltips for shell items (ShowToolTip).
The Shell List View control’s ShellOptions property references a TdxShellListViewOptions
object.
Inheritance
TObject
TPersistent
TcxShellOptions
TcxShellListViewOptions
TdxShellListViewOptions
See Also