Hi there,
I'd like to add an option to the following menu:
* when a user opens a .cs file for editing, then right-clicks the file
name on top, on the tabstrip where all opened files are listed. I.e.
this menu has the following items in it:
Save myfile.cs
Close
Close All but this
etc.
How can I get a reference to this menu to add my own items to it?
Thanks
-Oleg.
Carlos J. Quintero [VB MVP] - 18 May 2006 09:45 GMT
Hi Oleg,
See:
HOWTO: Guessing the name of a command bar to add a custom menu entry in
Visual Studio .NET add-ins
http://www.mztools.com/articles/2004/MZ002.htm

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi there,
>
[quoted text clipped - 12 lines]
> Thanks
> -Oleg.