RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / Remove Method
The child to remove from this C1HtmlElement.

In This Topic
    Remove Method (C1HtmlElement)
    In This Topic
    Removes a child of this C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal child As C1HtmlNode _
    ) As Boolean
    public bool Remove( 
       C1HtmlNode child
    )

    Parameters

    child
    The child to remove from this C1HtmlElement.

    Return Value

    Returns whether a child was removed.
    See Also