tags:

views:

64

answers:

1

MenuStrip doesn't support using ImageList images.

What are performance issues of this? Are there chances of using too much GDI resources and slow-downs? How many items should be considered acceptable, after which one should implement custom control that draws images from ImageList?

+1  A: 

MenuStrip is a subclass of ToolStrip, which has an ImageList property... what makes you think it isn't supported ?

Thomas Levesque
Yep, it can't be set in the designer, but it is supported.
allonym
Funny thing, I searched over the Net and found information that it is not supported I think even somewhere on this site...Yes, I see now that it is supported as allonym said, but not from designer...
Ivan