Creates a new instance of C1HtmlText with the given text.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1HtmlText(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)

Parameters

text
Type: System..::..String
The text content of this C1HtmlText.

See Also