Application.ActiveProtectedViewWindow property (PowerPoint)

Returns a ProtectedViewWindow object that represents the active Protected View window (the window on top). Read-only.

Syntax

expression. ActiveProtectedViewWindow

expression A variable that represents an Application object.

Remarks

Nothing if there are no Protected View windows open.

Example

The following example displays the name (Caption property) of the active Protected View window.

MsgBox "The name of the active Protected View window is " & ActiveProtectedWindow.Caption

See also

Application Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.