Assembly: System;
The IUndoRedoStorage interface is used to work with summary information of undo/redo stack.
IUndoRedoStorage
Summary information can be obtained using the IUndoRedo.Storage property. Summary information stores a common number of undo/redo actions available for the current object and for its child objects. For example, if a report sheet contains a chart, summary information will contain a common number of actions executed separately for the report sheet and for the chart.
Property name | Brief description | |
Count | The Count property returns the common number of undo/redo actions available in undo/redo stacks of an object and its child objects. | |
Enabled | The Enabled property returns whether undo/redo stack is available for the user. |
See also: