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

    Parameters

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