Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / undoList Field


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