Add Images to Menu Items in C#.NET
Kettic Menu Control for Windows Forms allows the designers to add images to menu items. It is capable of placing images in a main menu item as well as in a sub menu item. To add image to menu items, we can use the KetticItemImage property or supply the images to the ImageList control. The KetticItemImage property is able to directly add images to menu items via local and project resources.
Add Local Image to Menu Items
Kettic Menu control allows the users to add image from local resources to menu items for their applications. The steps below show how to accomplish this.
Add Project Image to Menu Items
Kettic Menu control allows the users to add image from project resources to menu items for their applications. The steps below show how to accomplish this.
Add Images to Menu Items using an ImageList
Kettic Menu control provides the support of managing multiple images for the using of various controls at a time. This is accomplished by using the standard ImageList component for Windows application. The ImageListSmart Tag is capable of changing the size of all images at a time and selecting an image from the multiple image files. When increasing the size of images, they are not attractive based on the original resolution. | ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlMenu - Get Started in C#Menu - Menu DesignerMenu - Working with ItemsAdd / RemoveMulti-Line TextEventsMenu - Styling & AppearanceMenu OrientationMenu BackgroundMenu Item ImagesAnimation EffectsMenu - Menu MergeMenu - Application MenuMenu - Context MenuWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |