Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / Undo Method / Undo() Method


In This Topic
    Undo() Method
    In This Topic
    Undoes the last action done with PerformUndoAction and adds it to the redo list.
    Syntax
    'Declaration
     
    
    Public Overloads Function Undo() As Boolean
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim value As Boolean
     
    value = instance.Undo()
    public bool Undo()

    Return Value

    Boolean: true if successful; false otherwise
    See Also