Tagged Questions
0
votes
1answer
52 views
Adding context menu for VS 2010 Add-In on loading
I'm creating an Add-In for Visual Studio 2010.
I want to add the context menu item to the tab during Add-In loading
(in OnConnect method of the Add-In):
I do know how to add the menus using ...
0
votes
4answers
1k views
How to create a button like New Mail in Outlook add-in?
Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook?
When one clicks on the button it should do some action and when clicked on the down ...