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.
 
Back
Top