ProtectedViewWindow.ToggleRibbon Method (Word)
Shows or hides the ribbon.
Version Information
Version Added: Word 2010
Syntax
expression .ToggleRibbon
expression An expression that returns a ProtectedViewWindow object.
Remarks
If the ribbon is visible, the ToggleRibbon method hides it; if the ribbon is hidden, the ToggleRibbon method shows it.
Example
The following code example toggles the ribbon for the active protected view window.
ActiveProtectedViewWindow.ToggleRibbon