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 | |
---|---|---|
![]() |
Activate | Activates the pane. If the pane isn't in the active window, the window to which the pane belongs is also activated. |
![]() |
Close | Closes the pane. |
![]() |
View | Shows the side pane in the Project Guide. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object. Read-only Object. |
![]() |
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. |
![]() |
Parent | Returns the parent of the object. Read-only Object. |