'Declaration Public Function New( _ ByVal context As Object, _ ByVal maxLength As Integer, _ ByVal allowUndo As Boolean _ )
'Usage Dim context As Object Dim maxLength As Integer Dim allowUndo As Boolean Dim instance As New UndoManager(context, maxLength, allowUndo)
Parameters
- context
- The context of the UndoManager class.
- maxLength
- The maximum level of the actions that can be undone.
- allowUndo
- if set to
true
allow undo; otherwise, do not allow undo.