adding custom menuitem to the project

  • Thread starter Thread starter seeni
  • Start date Start date
S

seeni

I want to extend the context menu item for a project in solution explorer of
VS IDE. Which object to use...?
-seeni
 
You can use MenuItem itself. Just derive your class from it and add required
methods, properties.

HTH
Alex
 
Back
Top