Ubernator
Ubernator

Reputation: 743

Is it possible to modify advanced Microsoft Word options from a C# ribbon add-in?

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"?

Upvotes: 0

Views: 197

Answers (1)

misterfrb
misterfrb

Reputation: 305

This option is under under Window.View.ShowBookmarks

I found it using the macro recorder.

Upvotes: 1

Related Questions