ComponentOne SuperTooltip for WinForms
C1.Win.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 System.String, _
       ByVal rtl As System.Boolean _
    )
    public HtmlElement( 
       System.string html,
       System.bool rtl
    )

    Parameters

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