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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top