RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ViewManager Property

In This Topic
    ViewManager Property (C1RichTextBox)
    In This Topic
    Gets the C1RichTextViewManager currently used by this C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewManager As C1RichTextViewManager
    public C1RichTextViewManager ViewManager {get;}
    See Also