Spread Windows Forms 11.0 Product Documentation
Undo() Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class > Undo Method : Undo() Method
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

Reference

UndoRedoManager Class
UndoRedoManager Members
Overload List