Panes Interface 

A collection of Pane objects that represent the window panes for a single window.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class anesImplementation
    Implements Panes
End Class
Dim anesImplementation1 As New anesImplementation()

Syntax

Public Interface Panes
    Inherits IEnumerable
public interface Panes : IEnumerable
public interface class Panes : public IEnumerable
public interface Panes implements IEnumerable
public interface Panes implements IEnumerable

Remarks

Use the Panes property to return the Panes collection.

Use the Add method or the Split property to add a window pane.

You can use the SplitSpecial property to show comments, footnotes, or endnotes in a separate pane.

A window has more than one pane if it's split, or if the active view isn't print layout view and information such as footnotes or comments is displayed.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Panes Members