Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / redoList Field


In This Topic
    redoList Field
    In This Topic
    Specifies the redo stack (last element is on top).
    Syntax
    'Declaration
     
    
    Protected redoList As ArrayList
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim value As ArrayList
     
    value = instance.redoList
     
    instance.redoList = value
    protected ArrayList redoList
    See Also