Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 RightToLeft
    public virtual RightToLeft RightToLeft {get; set;}
    See Also