[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1HtmlElement.Remove

Remove Method

Remove(C1HtmlNode)

Removes a child of this C1HtmlElement.

Declaration
public bool Remove(C1HtmlNode child)
Public Function Remove(child As C1HtmlNode) As Boolean
Parameters
Type Name Description
C1HtmlNode child

The child to remove from this C1HtmlElement.

Returns
Type Description
bool

Returns whether a child was removed.