ProtectedViewWindow.Active Property
Gets whether the specified protected view window is active.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Active As Boolean
Get
'Usage
Dim instance As ProtectedViewWindow
Dim value As Boolean
value = instance.Active
bool Active { get; }
Property Value
Type: System.Boolean
true if the specified protected view window is active; otherwise, false.
Remarks
Read-only Boolean.