HTMLTaskPaneExternal Interface

Definition

Represents a link to the Microsoft InfoPath object model.

public interface class HTMLTaskPaneExternal
[System.Runtime.InteropServices.Guid("096cd5f4-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface HTMLTaskPaneExternal
type HTMLTaskPaneExternal = interface
Public Interface HTMLTaskPaneExternal
Attributes

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.

Properties

Window

Gets a reference to the WindowObject object associated with a custom task pane.

XDocument

Gets a reference to the XDocument associated with a custom task pane.

Applies to