Method Undo
| Improve this Doc View SourceUndo()
Undoes the most recent undo command. In other words, undoes the most recent undo unit on the undo stack.
Declaration
public bool Undo()
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the undo operation was successful; otherwise, false. This method returns false if the undo stack is empty. |