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

If True, a user can right-click selected shell items to invoke a context menu. If 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, the Del, Ctrl+X, Ctrl+C, and Ctrl+V keystrokes have no effect on selected shell items.

The ContextMenu property’s default value is True.

See Also