Application Menu of Kettic Menu Control in C#.NET
Kettic Menu Component for Windows Forms is capable of creating an application menu for your application to display controls for performing actions on all documents. To design such a menu, we need to use the KetticApplicationMenu property. In addition, the KetticRibbonBar allows the users to gather the functions of menus, tab strips, and toolbars in a bar like the one in Microsoft Office 2007. This article will introduce how to create ribbon bar and application menu for your application by using the Kettic Menu Control.
Ribbon Bar for Organizing Functionalities of C#.NET Application
Kettic Menu Component provides the KetticRibbonBar to organize the functionality of menus, tab strips and toolbars. The ribbon bar has the similar interface with Microsoft Office 2007 and is able to hold all functionalities of the application you are building. The ribbon bar will display details relatively when the space is available according to the sizing of your application. Moreover, the ribbon bar is able to organize the child forms when a MDI layout is applied. Application Menu for Managing Functionalities of C#.NET Application
Kettic ApplicationMenu is able to show controls for performing actions on all documents and forms as well as the list of recent documents, access to form options, and the ability to exit the form or application.
Virtually, the KetticApplicationMenu is a KetticDropDownButton and has various properties and interfaces which are the same as KetticMenu, including,
The KetticApplicationMenu contains KetticItem collections such as, Items, RightColumnItems which is able to reserve extra screen real estate, and ButtonItems.
Another property of KetticApplicationMenu is the ShowStyle, whose valid values including Image (default), None, Text and ImageAndText. When change the property to Image, we can easily add any image to the menu, like logo of your company. | ![]() 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 |