Resets (clears) the add-in application's undo list after processing the add-in application's undo command and lets an add-in application know that its undo list has been reset.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub UndoReSet() |
C++/CLI | |
---|
void UndoReSet(); |
Example
See Also