_Global.Windows Property
Gets a DocumentWindows collection that represents all open document windows.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Windows As DocumentWindows
Get
'Usage
Dim instance As _Global
Dim value As DocumentWindows
value = instance.Windows
DocumentWindows Windows { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.DocumentWindows