InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / HtmlElement Constructor / HtmlElement Constructor(String,Boolean)
The System.String value with html content.
True to use right-to-left flow direction.

In This Topic
    HtmlElement Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of the HtmlElement class with the specified htm content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal html As String, _
       ByVal rtl As Boolean _
    )
    public HtmlElement( 
       string html,
       bool rtl
    )

    Parameters

    html
    The System.String value with html content.
    rtl
    True to use right-to-left flow direction.
    See Also