UndoBufferSize Property (GeneralProp Object)¶
Corresponds to the Undo Max Number text box in the
General page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.UndoBufferSize;
object.UndoBufferSize = b;
[VBScript]¶
b = object.UndoBufferSize
object.UndoBufferSize = b
Version¶