Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / PopUndo Method


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

    Return Value

    UndoAction
    See Also