MainMenu with Images

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-04-16T03:46:47Z Indexed on 2010/04/16 4:03 UTC
Read the original article Hit count: 237

Filed under:
|
|

I have a MainMenu in my app and I would like to have little icons relevant to the Item in each menu. But the MainMenu control does not support this.

I would use the MenuStrip control, though that is a pretty ugly option in my opinion.

Does anybody have any suggestions? Are there any free/open source alt's out there, or would it be easy/possible to implement that feature into the existing MainMenu control?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#