property ExShellView.DefaultMenuItems as Boolean
Retrieves or sets a value that indicates whether the control allows default shell context menu items.

TypeDescription
Boolean A Boolean expression that indicates whether the control displays the shell context menu.
By default, the DefaultMenuItems property is True. Use the DefaultMenuItems property to disable showing the control's shell context menu when user right clicks the list. Use the QueryContextMenu event to add new items to the default shell context menu. The InvokeItemMenu event notifies the application once the user selects a command by identifier in the context menu.