Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How to get CuteEditor to stop interfering with context menus?
Re: How to get CuteEditor to stop interfering with context menus?
12-21-2007, 10:27 AM
afroblanco
Joined on 06-02-2006
Posts 35
Re: How to get CuteEditor to stop interfering with context menus?
Reply
Quote
Ok, looks like I've solved this problem. I use the following line :
editor.EnableContextMenu = false;
And that appears to do the trick.
Thanks for the help.
View Complete Thread