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?
MenuStripis a subclass ofToolStrip, which has anImageListproperty… what makes you think it isn’t supported ?