RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / Add Method
The child to add to this C1HtmlElement.

In This Topic
    Add Method (C1HtmlElement)
    In This Topic
    Adds a child to this C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal child As C1HtmlNode _
    ) 
    public void Add( 
       C1HtmlNode child
    )

    Parameters

    child
    The child to add to this C1HtmlElement.
    See Also