ICustomTaskPaneConsumer.CTPFactoryAvailable(ICTPFactory) Method

Definition

Passes an ICTPFactory object to a Microsoft ActiveX add-in that can then be used when creating a custom task pane.

public:
 void CTPFactoryAvailable(Microsoft::Office::Core::ICTPFactory ^ CTPFactoryInst);
public void CTPFactoryAvailable (Microsoft.Office.Core.ICTPFactory CTPFactoryInst);
abstract member CTPFactoryAvailable : Microsoft.Office.Core.ICTPFactory -> unit
Public Sub CTPFactoryAvailable (CTPFactoryInst As ICTPFactory)

Parameters

CTPFactoryInst
ICTPFactory

The object is used by an add-in to create a task pane.

Applies to