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 |
|
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 + X, 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