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

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

    Parameters

    style
    The C1.Framework.Style object to use.
    html
    The System.String value with html content.
    rtl
    True to use right-to-left flow direction.
    width
    The System.Int32 value of the width of html content.
    See Also