Skip to content

EnableBrowserContextMenu Property

CuteEditor for ASP 6.6 Class Library

Editor.EnableBrowserContextMenu Property

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()
      %>

See Also

Editor Class | CuteEditor Namespace