Share via


InfoPathControl Object Members

InfoPath Developer Reference

Defines methods used from the implementation of an ActiveX control for initializing, uninitializing, enabling, disabling, and saving the state of a control.

Methods

  Name Description
Bb230051.methods(en-us,office.12).gif Enable Defines a method that must be provided by the developer for InfoPath to call when it needs to enable or disable an instance of the control in a view.
Bb230051.methods(en-us,office.12).gif Init Defines a method that must be provided by the developer to perform any initialization routines required when an instance of the control is added to an InfoPath form template.
Bb230051.methods(en-us,office.12).gif SaveState Defines a method that InfoPath calls when it needs to save the state of an instance of the control in a view.
Bb230051.methods(en-us,office.12).gif Uninit Defines a method that must be provided by the developer to perform any clean up routines that are required before an instance of the control is removed from a view.