C1.Silverlight.RichTextBox.5
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
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

 

 


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