_Global.ActiveProtectedViewWindow Property
Gets a ProtectedViewWindow object that represents the active protected view window (the protected view window with the focus).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow
Get
'Usage
Dim instance As _Global
Dim value As ProtectedViewWindow
value = instance.ActiveProtectedViewWindow
ProtectedViewWindow ActiveProtectedViewWindow { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ProtectedViewWindow
A ProtectedViewWindow object.
Remarks
Read-only. If there are no windows open, using this property causes an error.