InfoPathEditor Object

InfoPath Developer Reference

A hostable object that is used to integrate the Microsoft Office InfoPath 2007 form editing environment into a custom COM-based application.

Version Information
 Version Added:  InfoPath 2007

Remarks

The InfoPathEditor object is not intended to be used in custom form code. It is available for use when the InfoPathEditor object is hosted in a custom COM-based application.

The InfoPathEditor editor object provides various properties and methods to open and close form templates, as well as to communicate with the host environment. The Microsoft.Office.InfoPath.FormControl assembly provides similar functionality for .NET Framework-based custom applications, and the Microsoft.Office.InfoPath.Server assembly provides the hostable XmlFormView control for use in custom Web pages (.aspx).

For more information about the InfoPathEditor and the FormControl objects , see Hosting InfoPath as an XML Editor in Another Application and What's New for InfoPath Developers. For more information about using the XmlFormView control in custom Web pages, see Hosting the InfoPath 2007 Form Editing Environment in a Custom Web Form.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also