New to Telerik UI for WinForms? Download free 30-day trial

Right-to-left support

You can present the content of your ribbonbar instance in a right-to-left direction by setting the RightToLeft property to Yes:

this.radRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

Me.RadRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes

Figure 1: Right-to-left Ribbon UI

WinForms RadRibbonBar Right-to-left Ribbon UI

See Also

In this article