1
vote
4answers
738 views
MS Word Plugin, Adding a button which pops up on right click on selected text.
I am working on a shared addin for MS Word 2007. I would like to add a button which pops up when selected text is right clicked. The attached snapshot should make this clear.
Currently, th …
-1
votes
MS Word Plugin, Adding a button which pops up on right click on selected text.
Here is how this can be done...
Microsoft.Office.Core.CommandBar cellbar = diff.CommandBars["Text"];
Microsoft.Office.Core.CommandBarButton button = (Microso …
