Spread Windows Forms 12.0 Product Documentation
UndoList Property


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

Property Value

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

Reference

UndoManager Class
UndoManager Members