InfoPathControl2 members
Include protected members
Include inherited members
Defines methods used from the implementation of an ActiveX control for initializing, uninitializing, enabling, disabling, and saving the state of a control.
The InfoPathControl2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Enable(Boolean) | 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. (Inherited from InfoPathControl.) | |
Enable(Boolean) | 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. | |
Init(InfoPathControlSite) | 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. (Inherited from InfoPathControl.) | |
Init(InfoPathControlSite) | 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. | |
RefreshState | Defines a method that InfoPath calls when it must refresh the state of an instance of the control in a view. | |
SaveState() | Defines a method that InfoPath calls when it needs to save the state of an instance of the control in a view. (Inherited from InfoPathControl.) | |
SaveState() | Defines a method that InfoPath calls when it needs to save the state of an instance of the control in a view. | |
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. (Inherited from InfoPathControl.) | |
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. |
Top