RichTextBox for WinRT
Remove Method (C1HtmlElement)


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
'Usage
 
Dim instance As C1HtmlElement
Dim child As C1HtmlNode
Dim value As System.Boolean
 
value = instance.Remove(child)
public System.bool Remove( 
   C1HtmlNode child
)

Parameters

child
The child to remove from this C1HtmlElement.

Return Value

Returns whether a child was removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1HtmlElement Class
C1HtmlElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback