InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / RightToLeft Property

In This Topic
    RightToLeft Property (InputControlHost)
    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