HTMLTaskPaneExternal 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.
Represents a link to the Microsoft Office InfoPath 2003 object model.
public interface class HTMLTaskPaneExternal
[System.Runtime.InteropServices.Guid("096CD5F4-0786-11D1-95FA-0080C78EE3BB")]
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. |