Removes a child of this C1HtmlElement.

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

Syntax

C#
public bool Remove(
	C1HtmlNode child
)
Visual Basic
Public Function Remove ( _
	child As C1HtmlNode _
) As Boolean

Parameters

child
Type: C1.Phone.RichTextBox.Documents..::..C1HtmlNode
The child to remove from this C1HtmlElement.

Return Value

Returns whether a child was removed.

See Also