Skip to main content

TcxShellOptions Members

Contains settings common to all shell controls.

Constructors

Name Description
Create(TWinControl) Initializes a new instance of the TcxShellOptions class with specified settings.

Properties

Name Description
ContextMenus Specifies if a context menu is available for selected shell items.
FileMask Specifies the file mask (with wildcards) that is used to filter out shell items.
ShowFolders Specifies if folder shell items are visible.
ShowHidden Specifies if hidden shell items are visible.
ShowNonFolders Specifies if file shell items are visible.
ShowToolTip Specifies if the shell control displays tooltips for shell items.
ShowZipFilesWithFolders Specifies if ZIP files are visible.
TrackShellChanges Specifies if the shell control tracks changes in Windows Shell made by another application or process.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also