Panes Interface

Definition

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

public interface class Panes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002095F-0000-0000-C000-000000000046")]
public interface Panes : System.Collections.IEnumerable
type Panes = interface
    interface IEnumerable
Public Interface Panes
Implements IEnumerable
Attributes
Implements

Remarks

Use the Panes property to return the Panes collection.

Use the Add(Object) 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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(Object)

Returns a Pane object that represents a new pane to a window.

GetEnumerator()

Applies to