Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / InheritedRtl Property

In This Topic
    InheritedRtl Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets whether the value of RightToLeft property is inherited from the parent element.
    Syntax
    'Declaration
     
    
    Public Property InheritedRtl As Boolean
    public bool InheritedRtl {get; set;}
    See Also