Disables the browser context menu on right mouse click in Design mode,
when applicable and possible.
| C# |
public bool DisableBrowserContextMenu { get; set; }
While in Design mode most browsers support overriding the context menu
on a right mouse click. The editor takes advantage of this by displaying
its own context menu depending on where the click is, such as in a table
cell. Otherwise the default behavior prevents the browsers context menu from
being presented. To allow the browsers context menu to be presented in those
browsers that support it, set this property to false.
The default is true.