RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1BoxView Class / C1BoxView Constructor
The C1TextElementView that handles the actual content of the associated C1.WPF.RichTextBox.Documents.C1TextElement.

In This Topic
    C1BoxView Constructor
    In This Topic
    Constructs a new C1BoxView.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As C1TextElementView _
    )
    public C1BoxView( 
       C1TextElementView content
    )

    Parameters

    content
    The C1TextElementView that handles the actual content of the associated C1.WPF.RichTextBox.Documents.C1TextElement.
    See Also