Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / maxLength Field


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