T
Tosh
I've spent all day trying to suppress the context menu that the Visio Drawing
Control pops up when you right-click on a shape. I've iterated through the
BuiltInMenus, menuSets, and MenuItems and deleted them all, but the context
menu still appears.
I handled the mouse-up event from the drawing control and set
e.cancelDefault = true. No more context menu, but I also can't use the
pointer tool to select shapes or edit the text, so this isn't a viable
solution.
From some of the other posts it looks like some of you have been able to do
this, but I haven't been able to figure it out.
What am I missing?
Control pops up when you right-click on a shape. I've iterated through the
BuiltInMenus, menuSets, and MenuItems and deleted them all, but the context
menu still appears.
I handled the mouse-up event from the drawing control and set
e.cancelDefault = true. No more context menu, but I also can't use the
pointer tool to select shapes or edit the text, so this isn't a viable
solution.
From some of the other posts it looks like some of you have been able to do
this, but I haven't been able to figure it out.
What am I missing?