Share via


Pane Object Members

Project Developer Reference

A Pane object represents the pane of a window. (There is no collection for Pane objects.) You can access the Pane object through the ActivePane, TopPane, and BottomPane properties of a Window object.

Methods

  Name Description
Bb179396.methods(en-us,office.12).gif Activate Activates the pane. If the pane isn't in the active window, the window to which the pane belongs is also activated.
Bb179396.methods(en-us,office.12).gif Close Closes the pane.
Bb179396.methods(en-us,office.12).gif View Shows the side pane in the Project Guide.

Properties

  Name Description
Bb179396.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179396.properties(en-us,office.12).gif Index Returns the index of an object in its containing collection. Returns 1 for an upper pane or 2 for a lower pane. Read-only Variant.
Bb179396.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.