TcxShellListViewOptions.CurrentFolderContextMenu Property
Specifies if the Shell List View control can display a context menu for the current folder.
Declaration
property CurrentFolderContextMenu: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If |
Remarks
Use the ContextMenu property to specify if users can invoke a context menu for shell items.
The CurrentFolderContextMenu
property’s default value is False
.
See Also