HTML Editor for ASP.NET AJAX Professional Edition
DisableBrowserContextMenu Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorDisableBrowserContextMenu
Disables the browser context menu on right mouse click in Design mode, when applicable and possible.
Declaration Syntax
C#
public bool DisableBrowserContextMenu { get; set; }
Remarks
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.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.7.0.0 (2.7.0.0)