title | keywords | f1_keywords | ms.service | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|---|
Application.ShowOSFTaskPane method (Project) |
vbapj.chm2199 |
|
project-server |
50109216-a0e4-ed18-ea92-e0689f896b86 |
06/08/2017 |
medium |
Shows an empty Office Add-ins task pane.
expression. ShowOSFTaskPane
(Name)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Optional | String | The name of the task pane app. |
Note
Not implemented in Project.
|
Boolean
True if the task pane is displayed; otherwise, False.
The ShowOSFTaskPane method is not fully implemented in Project. If another task pane app has been loaded, the ShowOSFTaskPane method displays an empty Office Add-ins task pane with an APP ERROR message. If another task pane app has not previously been loaded, the ShowOSFTaskPane method does nothing.
[!includeSupport and feedback]