title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ViewsEx method (Project) |
vbapj.chm310 |
|
project-server |
|
42567343-54df-fbf2-64a3-79ba72d12866 |
06/08/2017 |
medium |
Displays the More Views dialog box with the specified pane of the current view selected, which prompts the user to manage views.
expression. ViewsEx
( _ApplyTo_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
ApplyTo | Optional | Integer | Specifies which pane of a split view is selected. The value can be one of the following: |
:----- | :----- | ||
Value | Description | ||
0 | Primary (usually the top) pane of a split view | ||
1 | Secondary (usually the bottom) pane of a split view | ||
4 | Active pane | ||
5 | Primary pane, or the Timeline if it is active |
|
Boolean
Note
In a combination view, the primary pane is the view that remains when a details or secondary pane is closed. Usually the primary pane is at the top; however, the Timeline is a secondary pane, but it displays at the top. For example, with the Resource Sheet view, clicking Details on the View tab of the Ribbon shows the secondary Resource Form pane on the bottom. Clicking Timeline closes the Resource Form at the bottom and opens the Timeline pane at the top.
If the current view includes the Timeline and the Gantt Chart, where the Timeline is the active pane, the following example shows Timeline selected in the More Views dialog box.
application.ViewsEx ApplyTo:=5
[!includeSupport and feedback]