Share via


InfoPathControlSite Object

InfoPath Developer Reference

Represents the object that InfoPath passes to an ActiveX control when it is initialized in an InfoPath view.

Version Information
 Version Added:  InfoPath 2003

Remarks

The InfoPathControlSite object defines the XDocument property for accessing the XDocument object associated with a form, and the Node property for accessing the XML node to which the control is bound.

The InfoPathControlSite object should not be implemented by the developer of an ActiveX control. It represents an interface that is implemented by InfoPath itself.

The InfoPathControl and InfoPathControlSite objects and their methods and properties are designed to be used only from the implementation of an ActiveX control. These objects and their members are not supported in InfoPath form code. For more information on how to create ActiveX controls that work with InfoPath, see the InfoPath Developer Center.

Any backwards-compatible form template that contains a view with an ActiveX control that implements this object model member in its code will generate an error message if it is opened in InfoPath 2003 when service pack features are disabled or unavailable.

See Also