Application.SidepaneTaskChange Method
Project Developer Reference |
Changes the side pane that is displayed in Project Guide.
Syntax
expression.SidepaneTaskChange(ID, IsGoalArea)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
ID | Required | Integer | The ID number of the side pane in the Project Guide. |
IsGoalArea | Optional | Boolean | True if trying to change to a different goal area in the Project Guide. False if trying to change to a different Project Guide task. |
Return Value
Boolean
Remarks
The SidepaneTaskChange method only has an effect when the Project Guide is shown.
See Also