Method Push
Push(UndoCommand)
Pushes the given command on the undo stack.
Declaration
public void Push(UndoCommand command)
Parameters
Type | Name | Description |
---|---|---|
UndoCommand | command | The command to push. |
Remarks
If the current command is a macro command, the pushed command is added to the macro.