This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
Context menu
Posted by:
Tim Anderson (---.server.ntl.com)
Date: Tuesday, 24-Dec-2002, 15:22:23
I've uploaded a slightly modified buid which supports the standard ContextMenu property. There's also an isContextMenuEnabled property. So...
To use the standard IE context menu, set isContextMenuEnabled to True and don't assign anything to ContextMenu.
To disable the context menu, set isContextMenuEnabled to False.
To use your own context menu, set isContextMenuEnabled to True, and assign a ContextMenu to the ContextMenu property.
Tim