RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBoxMenu Class / RichTextBox Property

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