$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
RibbonBar WinForms Control
Create innovative user interfaces and build Office 2007 and 2010 ribbon bar design
Home > WinForms UI Controls > User Manual > Customize RibbonBar Control in C#

RibbonBar Customization in C# Windows Forms

KetticRibbonBar .NET component is capable of building Microsoft Office ribbon bar like for Windows applications. This control provides large flexibility for the users to customize it as their specific requirements for their applications and provides fully customizable application menu support, Office 2010 backstage view support, and nested controls. The KetticRibbonBar Control can be seamlessly integrated into .NET template projects and other controls. And the users can codelessly manage all the functionalities of the .NET Windows application in a compact toolbar control. In this article, we are going to show how to customize KetticRibbonBar control.

Customization of KetticRibbonBar for Windows Forms

KetticRibbonBar control contains a few different properties for the users to customize the presentation of the control. The following are the properties and their details.
  • Expanded, this is a property used to expand or collapse the ribbon bar by the end users and also determine if the base of the KetticRibbonBar will be visible or not.
  • ShowExpandButton, this property is used to determine if we display the expand and collapse button in KetticRibbonBar or not. To display them, we should enable this property.
  • DisplayHelpButton, this property is used to determine if we display the Help button in KetticRibbonBar or not.
  • StartButtonImage, this property is able to specify an image for the Start Button in the upper left corner of the KetticRibbonBar control and resize the start button through the image size setting.
  • Text, this property is used to set the text that will be shown in the Ribbon Bar's caption.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls