how to modify popup menu ?

S

SunnyBug

I use ATL,IDTExtensibility2,and write an add-in for word.
I get the word's main menu by codes below:
//////////////////////////////////
CComPtr <Office::_CommandBars> spCmdBars;
m_spApp->get_CommandBars(&spCmdBars);
spCmdBars->get_ActiveMenuBar(&spCmdBar);
//////////////////////////////////
but how can I modify popup menu(which appear when click left mouse)?
is there interface such as get->PopupMenu()?????
Many thanks.
 

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