Adding items to contextual menu

M

Martin T

I wrote a shared add-in in C# that manipulate data in Project Pro. Is there a
way to add items to contextual menu (right-click) in Project Pro ? This items
would call code in my asssembly in C#.

I know toolbars can be found in the CommandBars collection but I cannot find
a Commandbar that correspond to a contextual menu.

Thanks for your help
 
S

Scudder

Tricky, since the menu is contextually related to the active view, the only
way I could see you doing this is to subclass the MsoCommandBarPopup class.
 
Top