Specify whether the browser context menu is enabled. Set this to false to disable the browser context menu.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
editor.EnableBrowserContextMenu
= false
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace