RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / DocumentHistory Class / Undo Method

In This Topic
    Undo Method (DocumentHistory)
    In This Topic
    Undo the last action performed on the document.
    Syntax
    'Declaration
     
    
    Public Sub Undo() 
    public void Undo()
    Remarks
    If there are no action to undo, it does nothing.
    See Also