GrapeCity.Windows.SpreadSheet.UI Namespace : UndoManager Class |
The following tables list the members exposed by UndoManager.
Name | Description | |
---|---|---|
![]() | UndoManager Constructor | Initializes a new instance of the UndoManager class. |
Name | Description | |
---|---|---|
![]() | CanRedo | Gets a value that indicates whether the UndoManager can redo an action. |
![]() | CanUndo | Gets a value that indicates whether the UndoManager can undo an action. |
![]() | Context | Gets the context of the UndoManager which is used to execute the actions. |
Name | Description | |
---|---|---|
![]() | Do | Performs an Action and adds it to the undo list if the Action can be undone. |
![]() | GetRedoList | Returns all redo commands. |
![]() | GetUndoList | Returns all undo commands. |
![]() | Redo | Performs a redo action. |
![]() | Undo | Performs an undo action. |