Working in VSTO on a Ribbon Add-In for word 2010, language is C#. I am trying to make a custom bookmark editor (to be more user friendly). I want word to show bookmarks by default, the setting is in Options>Advanced>Show Document Content> Show BookMarks. Is it possible to enable this from the "outside"?
This option is under under Window.View.ShowBookmarks
I found it using the macro recorder.