ComponentOne RichTextBox for WPF and Silverlight
C1HtmlText Constructor(String)

C1.WPF.RichTextBox.Documents Namespace > C1HtmlText Class > C1HtmlText Constructor : C1HtmlText Constructor(String)
The text content of this C1HtmlText.
Creates a new instance of C1HtmlText with the given text.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String _
)
public C1HtmlText( 
   System.string text
)

Parameters

text
The text content of this C1HtmlText.
See Also

Reference

C1HtmlText Class
C1HtmlText Members
Overload List