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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top