Applies to
TabbedBar controls
Description
Specifies whether to display the popup menu when the right mouse button is clicked on the tab header.
The popup menu contains the following menu items: Close Current Tab, Close Tabs to the Left, Close Tabs to the Right, Close All But This, and Close All Tabs.
Usage
In scripts
The ShowContextMenu property takes a boolean value. Default is True. The following example specifies that the popup menu should not be shown in the tab header:
mditbb_1.ShowContextMenu = false