Skip to main content

TcxShellOptions.ContextMenus Property

Specifies if a context menu is available for selected shell items.

Declaration

property ContextMenus: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. A user can right-click selected shell items to open a context menu.
False
The control ignores right-clicks on shell items.

Remarks

You can use the ContextMenu property together with the Shell List View control’s CurrentFolderContextMenu property to specify which context menus are available to users.

Note

If the ContextMenu property is set to False, Del, Ctrl +&nbspX, Ctrl + C, and Ctrl + V keystrokes have no effect on selected shell items.

Default Value

The ContextMenu property’s default value is True.

See Also