RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlText Class / C1HtmlText Constructor / C1HtmlText Constructor(String)
The text content of this C1HtmlText.

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

    Parameters

    text
    The text content of this C1HtmlText.
    See Also