[]
Represents the actions in the component for which the user can perform an undo or redo.
public abstract class UndoAction : Action, ICloneable
Public MustInherit Class UndoAction
Inherits Action
Implements ICloneable
Name | Description |
---|---|
UndoAction() | Creates a new undo action. |
Name | Description |
---|---|
Clone() | Clones the object. |
CreateClipboardInsertAction() | Create clipboard insert undo action. |
CreateOutlineAction(GroupActions) | Create Outline Undo action. |
CreateSortAction(FpSpread, object) | Create Sort Undo action. |
DeleteThreadedComment() | Create action delete current active threaded comment. |
PerformAction(object) | Performs the undo action. |
PerformUndoAction(object) | Performs the undo action. |
SaveUndoState() | Saves undo state information. |
Undo(object) | Undoes the action. |