C1.Silverlight.RichTextBox.5
Convert(C1HtmlElement,C1TextElement) Method

The parent C1HtmlElement.
The C1TextElement to be converted.
Converts a C1TextElement to a C1HtmlNode and adds it to its converted parent.
Syntax
'Declaration
 
Public Overloads Sub Convert( _
   ByVal parent As C1HtmlElement, _
   ByVal element As C1TextElement _
) 
public void Convert( 
   C1HtmlElement parent,
   C1TextElement element
)

Parameters

parent
The parent C1HtmlElement.
element
The C1TextElement to be converted.
See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


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