RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / HtmlFilter Class / Convert Method / Convert(C1TextElement,C1HtmlNode) Method
The parent C1TextElement.
The C1HtmlNode to be converted.

In This Topic
    Convert(C1TextElement,C1HtmlNode) Method
    In This Topic
    Converts a C1HtmlNode to a C1TextElement and adds it to its converted parent.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Convert( _
       ByVal parent As C1TextElement, _
       ByVal node As C1HtmlNode _
    ) 
    public void Convert( 
       C1TextElement parent,
       C1HtmlNode node
    )

    Parameters

    parent
    The parent C1TextElement.
    node
    The C1HtmlNode to be converted.
    See Also