TcxShellListViewOptions Class
Contains shell-related settings.
Declaration
TcxShellListViewOptions = class(
TcxShellOptions
)
Remarks
The TcxShellListViewOptions
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).
- 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 items are 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 Options property references a TcxShellListViewOptions
object.
Inheritance
TObject
TPersistent
TcxShellOptions
TcxShellListViewOptions
See Also