Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / PopRedo Method


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

    Return Value

    UndoAction
    See Also