Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / Redo Method / Redo() Method


In This Topic
    Redo() Method
    In This Topic
    Redoes the last action undone with Undo and adds it to the undo list.
    Syntax
    'Declaration
     
    
    Public Overloads Function Redo() As Boolean
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim value As Boolean
     
    value = instance.Redo()
    public bool Redo()

    Return Value

    Boolean: true if successful; false otherwise
    See Also