Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.21 KB

Project.application.showosftaskpane.md

File metadata and controls

52 lines (30 loc) · 1.21 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.ShowOSFTaskPane method (Project)
vbapj.chm2199
vbapj.chm2199
project-server
50109216-a0e4-ed18-ea92-e0689f896b86
06/08/2017
medium

Application.ShowOSFTaskPane method (Project)

Shows an empty Office Add-ins task pane.

Syntax

expression. ShowOSFTaskPane (Name)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Optional String The name of the task pane app.

Note

Not implemented in Project.

|

Return value

Boolean

True if the task pane is displayed; otherwise, False.

Remarks

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.

See also

Application Object

[!includeSupport and feedback]