Pane Object

Window
Pane

Represents a pane of a window. There is no collection for Pane objects. Where the Pane object appears in this diagram, it can be accessed through the ActivePane, TopPane, and BottomPane properties of a Window object.

Using the Pane Object

Use a property like the BottomPane property to return a Pane object. The following example checks for the existence of a pane at the bottom of the window and then creates, and applies, a new two-pane view.

If ActiveWindow.BottomPane Is Nothing Then
    ViewEditCombination Name:="Check Resources View", Create:=True, _
        TopView:="Gantt Chart", BottomView:="Resource Sheet"
    ViewApplyName:="Check Resources View"
End If

Properties | Application Property | Index Property | Parent Property

Methods | Activate Method | Close Method | View Method

Parent Objects | Window Object, Windows Collection Object

Child Objects

See Also | ActivePane Property | BottomPane Property | TopPane Property