Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / mredoList Field


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