ICustomTaskPaneConsumer.CTPFactoryAvailable(ICTPFactory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.