Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / PopRedo Method


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

    Return Value

    UndoAction
    See Also