C# Menus Items of Menu Control
Kettic Menu Control for Windows Forms support menus creation via the various menu items. There are a few controls available to create a menu structure, including KetticMenuItem, KetticMenuHeaderItem, KetticMenuComboItem, KetticMenuSeparatorItem, and KetticMenuContentItem. Kettic Menu Controls for Windows Forms offers C# API to the UI designers for the menus to checked, unchecked, and disabled all menu items.
Properties of KetticMenuItem in C#.NET
KetticMenuItem contains all standard menu items, and the following are the main properties of it.
How to Create Drop-Down Menu Item with Two Columns
To create a drop down menu item containing two columns, we need to use the TwoColumnDropDown property. Just enable this property before we start to add menu items to the list. This feature will allow us to view the two columns in form designer while adding the new items to the column. How to Add a DropDown List on a Menu
To add a dropdown list on a menu, we need to use the KetticMenuComboItem. The Items collection of ComboBoxElement property of the item is used to add items to the combo box. This element will return a dropdown list element, in which we can bind the items to data. How to Create Custom Menu Items
The KetticMenuContentItem allows the users to create custom menu items from other controls. Just assign any kettic element to the ContentElement property of the KetticMenuContentItem. How to Add Separator between Items
It is able to add a separator in horizontal between items on a menu to distinguish adjacent items. This is accomplished by using the KetticMenuSeparatorItem. |
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 |