HTMLTaskPaneExternal interface

Represents a link to the Microsoft InfoPath object model.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("096cd5f4-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface HTMLTaskPaneExternal
'Usage
Dim instance As HTMLTaskPaneExternal
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("096cd5f4-0786-11d1-95fa-0080c78ee3bb")]
public interface HTMLTaskPaneExternal

Remarks

The HTMLTaskPaneExternal object is used to expose the InfoPath object model to the Dynamic HTML (DHTML) scripting code in a custom task pane. It provides a number of properties for accessing certain parts of the InfoPath object model, including the XDocument object and the WindowObject object.

HTMLTaskPaneExternal facilitates using the InfoPath object model within the scripting code that is part of a custom task pane. The object is exposed through the external property of the DHTML window object.

See also

Reference

HTMLTaskPaneExternal members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace