ICTPFactory Interface
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.
Used to create a custom task pane.
public interface class ICTPFactory
[System.Runtime.InteropServices.Guid("000C033D-0000-0000-C000-000000000046")]
public interface ICTPFactory
[<System.Runtime.InteropServices.Guid("000C033D-0000-0000-C000-000000000046")>]
type ICTPFactory = interface
Public Interface ICTPFactory
- Attributes
Remarks
Note: You can create custom task panes in any language that supports COM and allows you to create dynamic-linked library (DLL) files. For example, Microsoft Visual Basic® 6.0, Microsoft Visual Basic .NET, Microsoft Visual C++®, Microsoft Visual C++ .NET, and Microsoft Visual C#®. However, Microsoft Visual Basic for Applications (VBA) does not support creating custom task panes.
Methods
CreateCTP(String, String, Object) |
Creates an instance of a custom task pane. |