Question : How do I show comments without showing tracked changes via code (C#)?

I'm developing an addin for Word where i need to show comment that are written in the document (from Review menu).
The problem is that I don't want to show the "tracked" changes in the document.

When i modify the Document.ShowRevision property, both comments and tracked changes are shown / hidden.

I know that i can do this via UI by using the "Review -> Show Markup" menu and deselecting all but the "Comments" option but i couldn't find this in the API of the Word Interop dll.

Any ideas?

Answer : How do I show comments without showing tracked changes via code (C#)?

That doesn't necessarily matter. Controls can be infront without being literally "in front".

Have you tried bringing that control to the front?
Right Click > Position > Bring To Front
(Also available on the Arrange Tab).

Random Solutions  
 
programming4us programming4us