RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRichTextBoxToolbar Class / RichTextBox Property

In This Topic
    RichTextBox Property (C1SimplifiedRichTextBoxToolbar)
    In This Topic
    Gets or sets the C1RichTextBox associated with this C1RichTextBoxToolbar.
    Syntax
    'Declaration
     
    
    Public Property RichTextBox As C1RichTextBox
    public C1RichTextBox RichTextBox {get; set;}
    See Also