_Global.ActiveProtectedViewWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.