Working on Word Addin and in this when actions taken no undo action is display but only redo action is display in word so any I am looking forward to know how we clear redo list in Microsoft.interop.Word ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can clear the undo history which will also clean the redo history, if there is any:
Note that after clearing the undo/redo history you will still be able to repeat the last command by pressing Ctrl+Y. |
|||
|
|