Gets or a sets a value indicating whether the shortcut menu of the System.Windows.Forms.WebBrowser control is enabled.
Documentation for this section has not yet been entered.
By default, the System.Windows.Forms.WebBrowser control displays a shortcut menu when a user right-clicks it. This behavior is useful when you use the control as a generic browser. If you want to conceal the fact that you are using the System.Windows.Forms.WebBrowser control, for example to create a user interface that seamlessly combines Web-based controls with Windows Forms controls, set the WebBrowser.IsWebBrowserContextMenuEnabled property to false.
You can disable other standard browser features by setting the WebBrowser.AllowWebBrowserDrop and WebBrowser.WebBrowserShortcutsEnabled properties to false.