ComponentOne RichTextBox for UWP
Remove Method (C1HtmlElement)

C1.Xaml.RichTextBox.Documents Namespace > C1HtmlElement Class : Remove Method
The child to remove from this C1HtmlElement.
Removes a child of this C1HtmlElement.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal child As C1HtmlNode _
) As System.Boolean
public System.bool Remove( 
   C1HtmlNode child
)

Parameters

child
The child to remove from this C1HtmlElement.

Return Value

Returns whether a child was removed.
See Also

Reference

C1HtmlElement Class
C1HtmlElement Members