RichTextBox for WinRT
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 _
) 
'Usage
 
Dim instance As HtmlFilter
Dim parent As C1HtmlElement
Dim element As C1TextElement
 
instance.Convert(parent, element)
public void Convert( 
   C1HtmlElement parent,
   C1TextElement element
)

Parameters

parent
The parent C1HtmlElement.
element
The C1TextElement 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