Spread Windows Forms 12.0 Product Documentation
maxLength Field (UndoManager)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager Class : maxLength Field
Specifies the maximum number of UndoAction objects to keep on the undo or redo stacks.
Syntax
'Declaration
 
Protected maxLength As Integer
'Usage
 
Dim instance As UndoManager
Dim value As Integer
 
value = instance.maxLength
 
instance.maxLength = value
protected int maxLength
See Also

Reference

UndoManager Class
UndoManager Members