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
CTPFactoryInst
Type: Microsoft.Office.Core.ICTPFactoryThe object is used by an add-in to create a task pane.
See Also
Reference
ICustomTaskPaneConsumer Interface