RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / C1HtmlElement Constructor / C1HtmlElement Constructor(String)
The tag name of this C1HtmlElement.

In This Topic
    C1HtmlElement Constructor(String)
    In This Topic
    Create a new instance of C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    public C1HtmlElement( 
       string name
    )

    Parameters

    name
    The tag name of this C1HtmlElement.
    See Also