Application.ActiveProtectedViewWindow Property (Word)
Returns a ProtectedViewWindow object that represents the active protected view window. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .ActiveProtectedViewWindow
expression An expression that returns a Application object.
Example
The following code example displays the caption text for the active protected view window.
MsgBox ActiveProtectedViewWindow.Caption