Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / Redo Method / Redo() Method


In This Topic
Redo() Method
In This Topic
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()

Return Value

Boolean: true if successful; false otherwise
See Also