[]
Creates a new undo action manager.
public UndoRedoManager(FpChart chart, int maxLength)
Public Sub New(chart As FpChart, maxLength As Integer)
Type | Name | Description |
---|---|---|
FpChart | chart | The FpChart control. |
int | maxLength | Length of the maximum number of actions allowed to be undo. |