[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1HtmlElement.AddBefore

AddBefore Method

AddBefore(C1HtmlNode, C1HtmlNode)

Adds a child to this C1HtmlElement before an exisiting child.

Declaration
public void AddBefore(C1HtmlNode reference, C1HtmlNode child)
Parameters
Type Name Description
C1HtmlNode reference

An existing child of this C1HtmlElement.

C1HtmlNode child

The child to add to this C1HtmlElement.