DocumentClass.ActiveWindow Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ActiveWindow As Window
Get
'Usage
Dim instance As DocumentClass
Dim value As Window
value = instance.ActiveWindow
public virtual Window ActiveWindow { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Window