Adds a child to this C1HtmlElement before an exisiting child.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void AddBefore(
	C1HtmlNode reference,
	C1HtmlNode child
)
Visual Basic
Public Sub AddBefore ( _
	reference As C1HtmlNode, _
	child As C1HtmlNode _
)

Parameters

reference
Type: C1.Phone.RichTextBox.Documents..::..C1HtmlNode
An existing child of this C1HtmlElement.
child
Type: C1.Phone.RichTextBox.Documents..::..C1HtmlNode
The child to add to this C1HtmlElement.

See Also