Panes Interface

A collection of Pane objects that represent the slide, outline, and notes panes in the document window for normal view, or the single pane of any other view in the document window.

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

Syntax

'Declaration
<GuidAttribute("914934CB-5A91-11CF-8700-00AA0060263B")> _
Public Interface Panes _
    Inherits Collection
'Usage
Dim instance As Panes
[GuidAttribute("914934CB-5A91-11CF-8700-00AA0060263B")]
public interface Panes : Collection

Remarks

In normal view, the Panes collection contains three members. All other document window views have only a single pane, resulting in a Panes collection with one member.

See Also

Reference

Panes Members

Microsoft.Office.Interop.PowerPoint Namespace