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

In This Topic
    Redo Method (DocumentHistory)
    In This Topic
    Redo the last undone action.
    Syntax
    'Declaration
     
    
    Public Sub Redo() 
    public void Redo()
    Remarks
    If there are no action to redo, it does nothing.
    See Also