_CustomTaskPane Interface

Represents a custom task pane in the container application.

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

Syntax

'Declaration
<GuidAttribute("000C033B-0000-0000-C000-000000000046")> _
Public Interface _CustomTaskPane
'Usage
Dim instance As _CustomTaskPane
[GuidAttribute("000C033B-0000-0000-C000-000000000046")]
public interface _CustomTaskPane

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.

See Also

Reference

_CustomTaskPane Members

Microsoft.Office.Core Namespace