In my .NET winforms app I’d like to produce a popup menu that would have rather “Big” menu items. They would have several text strings on them – the main string in big letters in the middle, and a small string, italic, in the corner. Is this possible?
Share
Vilx, here is a class i did a while ago for custom drawing a menu item. it will help give you an idea, you can ignore alot of the properties.