_Application.Windows Property

Returns a Windows collection that represents all document windows.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Windows As Windows
    Get
'Usage
Dim instance As _Application
Dim value As Windows

value = instance.Windows
Windows Windows { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Windows

Remarks

The collection corresponds to the window names that appear at the bottom of the Window menu.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace