Spread Windows Forms 12.0 Product Documentation
RedoList Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager Class : RedoList Property
Gets the list of UndoAction objects.
Syntax
'Declaration
 
Public ReadOnly Property RedoList As ArrayList
'Usage
 
Dim instance As UndoManager
Dim value As ArrayList
 
value = instance.RedoList
public ArrayList RedoList {get;}

Property Value

ArrayList containing a list of redo actions (UndoAction objects)
See Also

Reference

UndoManager Class
UndoManager Members