Spread Windows Forms 12.0 Product Documentation
Redo() Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class > Redo Method : Redo() Method
Redoes the last action undone with Undo and adds it to the undo list.
Syntax
'Declaration
 
Public Overloads Function Redo() As Boolean
'Usage
 
Dim instance As UndoRedoManager
Dim value As Boolean
 
value = instance.Redo()
public bool Redo()

Return Value

Boolean: true if successful; false otherwise
See Also

Reference

UndoRedoManager Class
UndoRedoManager Members
Overload List