Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / PopUndo Method


In This Topic
PopUndo Method (UndoRedoManager)
In This Topic
Pops the top action from the undo stack.
Syntax
'Declaration
 
Protected Function PopUndo() As UndoAction
 
'Usage
 
Dim instance As UndoRedoManager
Dim value As UndoAction
 
value = instance.PopUndo()

Return Value

UndoAction
See Also