Recorder Methods |
The Recorder type exposes the following members.
Name | Description | |
---|---|---|
AddOperation | ||
AddRestorePoint |
Adds new restore point with given name.
| |
Attach | ||
Clear |
Clears undo and redo lists.
| |
Detach | ||
OpenScope(RecordingScopeOption) |
Opens an unnamed RecordingScope.
| |
OpenScope(String, RecordingScopeOption) |
Opens a RecordingScope with a given name.
| |
Redo |
Redo last operation.
| |
RedoTo |
redo all operation to specific operation.
| |
Undo |
Undo last operation.
| |
UndoTo |
Undo all operations to specific Operation or RestorePoint.
|