Recorder Properties |
The Recorder type exposes the following members.
Name | Description | |
---|---|---|
CanAddRestorePoint |
Determines if the AddRestorePoint(String) method can be invoked.
| |
CanRedo |
Determines if the Redo() method can be invoked.
| |
CanUndo |
Determines if the Undo() method can be invoked.
| |
MaximumOperationsCount |
Gets the maximum number of operations in the UndoOperations and RedoOperations collections.
These collections are automatically trimmed so that their size never exceeds MaximumOperationsCount.
| |
RedoOperations |
Gets the collection of operations that can be redone using the Redo() method.
| |
UndoOperations |
Gets the collection of operations that can be undone using the Undo() method.
|