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.
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.