Spread WinForms 15
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
See Also