Spread Windows Forms 15.0
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()
    protected UndoAction PopUndo()

    Return Value

    UndoAction
    See Also