Skip to main content

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 True, users can right-click within the displayed folder shell item when no shell item is selected to invoke a context menu for the current folder. If False, right-clicks within an empty area of the displayed folder have no effect.

Remarks

Use the ContextMenu property to specify if users can invoke a context menu for shell items.

The Current Folder Context Menu

The CurrentFolderContextMenu property’s default value is False.

See Also