_Global.ActiveProtectedViewWindow Property

Definition

Gets a ProtectedViewWindow object that represents the active protected view window (the protected view window with the focus).

public:
 property Microsoft::Office::Interop::Word::ProtectedViewWindow ^ ActiveProtectedViewWindow { Microsoft::Office::Interop::Word::ProtectedViewWindow ^ get(); };
public Microsoft.Office.Interop.Word.ProtectedViewWindow ActiveProtectedViewWindow { get; }
member this.ActiveProtectedViewWindow : Microsoft.Office.Interop.Word.ProtectedViewWindow
Public ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow

Property Value

A ProtectedViewWindow object.

Remarks

Read-only. If there are no windows open, using this property causes an error.

Applies to