How can I stop the Undo tracing in Word from C#?
I need to stop it because I do a lot of things in the document via C# and I don't want the users view these things doing Undo!
I do not want to clear ALL the Undo cache, I would s开发者_Go百科top in a certain time and restart after some time
Here is the answer. Great Cindy :-)
http://social.msdn.microsoft.com/Forums/en/vsto/thread/02a1a304-3090-4e4d-826e-96c8ad2e7806
精彩评论