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