Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / maxLength Field


In This Topic
maxLength Field (UndoRedoManager)
In This Topic
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 UndoRedoManager
Dim value As Integer
 
value = instance.maxLength
 
instance.maxLength = value
See Also