Component that will add a menu item

  • Thread starter Leonardo D'Ippolito
  • Start date
L

Leonardo D'Ippolito

Hi there,

I need to create a component (class library) that when added to a Win
App (main form) it will create a Menu / Menu Item with some options.

I know how to create a component, but this menu modification I don't
know how to do.

I appreciate any help!

[]'s

Leonardo
 
L

lukasz

Override OnParentChanged() where you will create or attach your menu for the
parent, which is a form (unless it's null).
 

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

Top