InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlElement Class / HtmlElement Constructor / HtmlElement Constructor(Boolean)
True to use right-to-left flow direction.

In This Topic
    HtmlElement Constructor(Boolean)
    In This Topic
    Initializes a new instance of the HtmlElement class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rtl As Boolean _
    )
    public HtmlElement( 
       bool rtl
    )

    Parameters

    rtl
    True to use right-to-left flow direction.
    See Also