_Global.ActiveProtectedViewWindow Property

Gets a ProtectedViewWindow object that represents the active Protected View window (the window on top).

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 _Global
Dim value As ProtectedViewWindow

value = instance.ActiveProtectedViewWindow
ProtectedViewWindow ActiveProtectedViewWindow { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
Returns the Protected View window; otherwise a null reference (Nothing in Visual Basic) if there are no Protected View windows open.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.PowerPoint Namespace