In This Topic
The following tables list the members exposed by History.
Public Properties
| Name | Description |
 | CanRedo |
Returns true if redo command can be executed
|
 | CanUndo |
Returns true if undo command can be executed
|
 | RedoList |
Returns the list of available redo operations.
|
 | UndoList |
Returns the list of available undo operations.
|
Top
Public Methods
| Name | Description |
 | Dispose | Overloaded. Releases unmanaged resources used by the History class. |
 | Redo | Overloaded.
Redo a given number of operations.
|
 | Undo | Overloaded.
Undo a given number of operations.
|
Top
See Also