| Constable Authorization Engine 2.0 BETA |
|
UndoEngine.DefaultUndoLimit Field
[This is preliminary documentation and subject to change.]
The default number of undo entries that the UndoEngine stores.
[Visual Basic]
Public Const DefaultUndoLimit As
Integer = 1000
[C#]
public const
int DefaultUndoLimit = 1000;
See Also
UndoEngine Class | LaMarvin.ComponentModel Namespace