C1HtmlText Constructor(String)
In This Topic
Creates a new instance of
C1HtmlText with the given text.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public C1HtmlText(
string
)
Parameters
- text
- The text content of this C1HtmlText.
See Also