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

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

    Parameters

    style
    The C1.Framework.Style object to use.
    rtl
    True to use right-to-left flow direction.
    See Also