This component extends all Windows Forms menu items, adding an Image property. This allows you to assign an image to any standard menu item, by simply adding this component to your form.
Using the MenuImageExtender is easy. Follow these steps.
The image won't be shown at design time. When you run your application, the items will be owner drawn using the images you specified.
This extender only provides image support for menu items. It does not change the way the items are rendered. You should not expect this extender to draw the menu items using Office XP or Office 2003 style. For that, please see the CommandContextMenu class.