ICustomTaskPaneConsumer.CTPFactoryAvailable Method

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub CTPFactoryAvailable ( _
    CTPFactoryInst As ICTPFactory _
)
'Usage
Dim instance As ICustomTaskPaneConsumer
Dim CTPFactoryInst As ICTPFactory

instance.CTPFactoryAvailable(CTPFactoryInst)
void CTPFactoryAvailable(
    ICTPFactory CTPFactoryInst
)

Parameters

See Also

Reference

ICustomTaskPaneConsumer Interface

ICustomTaskPaneConsumer Members

Microsoft.Office.Core Namespace