Menu icons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way of showing toolbar icons to the left of the main menu entries?

Thanks
 
Hi,

You can try owner-draw menu items. I have never done them in .NET though -
looks like you need to set the OwnerDraw property to true and then handle
the MeasureItem and DrawItem events.
 

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