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

In This Topic
    Undo Method
    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