ComponentOne RichTextBox for UWP
Add Method (C1HtmlElement)

C1.Xaml.RichTextBox.Documents Namespace > C1HtmlElement Class : Add Method
The child to add to this C1HtmlElement.
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

Reference

C1HtmlElement Class
C1HtmlElement Members