In This Topic
Execute the Undo action that will reverse all operations up to last CloseOpenUndo call or initialization of UndoStep object.
Syntax
public void DoUndo(
bool
)
public:
void DoUndo(
bool
)
Parameters
| Parameter Name | Description |
|---|
| bNoRedo | If false, Redo action is not possible after calling this method. |
See Also