Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMenu Class / RightToLeft Property

In This Topic
    RightToLeft Property (C1CommandMenu)
    In This Topic
    Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts.
    Syntax
    'Declaration
     
    
    Public Overridable Property RightToLeft As RightToLeft
    public virtual RightToLeft RightToLeft {get; set;}
    See Also