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

In This Topic
    DocumentHistory Property (C1RichTextBox)
    In This Topic
    Gets the DocumentHistory associated with current Document, used for undoing and redoing actions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DocumentHistory As DocumentHistory
    public DocumentHistory DocumentHistory {get;}
    See Also