In This Topic
Make Undo action - reverse all operations up to last CloseOpenUndo call or initalization of UndoStep object.
Syntax
public void DoUndo(
bool
)
public:
void DoUndo(
bool
)
Parameters
- bNoRedo
- If false Redo action is not possible after call this method.
See Also