ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / RightToLeft Property

In This Topic
    RightToLeft Property (RibbonControlHost)
    In This Topic
    Indicates whether the hosted control should draw right-to-left for RTL languages.
    Syntax
    'Declaration
     
    Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
    public virtual System.Windows.Forms.RightToLeft RightToLeft {get; set;}
    See Also