ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Boolean _
    )
    public HtmlElement( 
       System.bool rtl
    )

    Parameters

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