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

KetticRibbonBar Right to Left Support in C#.NET

KetticRibbonBar for Windows Forms is a control of the Kettic WinForms UI Controls Suite. Like many other controls in this suite, the KetticRibbonBar also support of showing the text and message from the right side to the left side. This feature is mainly help the designers of ribbon user interface to build Windows applications that may be delivered in the countries whose characters of the language are shown from the right to the left, such as, Hebrew and Arabic.

C# Enable the Right to Left Support for RibbonBar

KetticRibbonBar contains a RightToLeft property for the users to enable the right to left functionality to show the text or content of the ribbon bar instance from right to left side. The following simple C# code snippet is used to enable the right to left feature.

this.ketticRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
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