RichTextBox for WinRT
Convert(C1TextElement,C1HtmlNode) Method


The parent C1TextElement.
The C1HtmlNode to be converted.
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 _
) 
'Usage
 
Dim instance As HtmlFilter
Dim parent As C1TextElement
Dim node As C1HtmlNode
 
instance.Convert(parent, node)
public void Convert( 
   C1TextElement parent,
   C1HtmlNode node
)

Parameters

parent
The parent C1TextElement.
node
The C1HtmlNode to be converted.
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

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback