_Application.ActiveProtectedViewWindow Property
Returns a ProtectedViewWindow object that represents the active Protected View window (the window on top). Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow
Get
'Usage
Dim instance As _Application
Dim value As ProtectedViewWindow
value = instance.ActiveProtectedViewWindow
ProtectedViewWindow ActiveProtectedViewWindow { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
Remarks
This property returns a null reference (Nothing in Visual Basic) if there are no Protected View windows open.