Microsoft.Office.InfoPath namespace
Office 2013 and later
The types and members of the Microsoft.Office.InfoPath namespace exposes the properties and methods provided by the Microsoft.Office.InfoPath.FormControl wrapper that that is used to create a hostable object for integrating the InfoPath form editing environment into a .NET-based custom application.
| Class | Description | |
|---|---|---|
|
FormControl | A hostable object that is used to integrate the InfoPath form editing environment into a .NET-based custom application. |
|
FormControlCommandIds | The container class for the FormControlCommandIds.CommandIds enumeration values that are used to send commands to the FormControl object. |
| Interface | Description | |
|---|---|---|
|
IInitEventHandler | The interface that must be implemented in the host application to handle the event that occurs when a form is loaded in the InfoPathEditor object, which is hosted in a custom application. |
| Enumeration | Description | |
|---|---|---|
|
FormControlCommandIds.CommandIds | The CommandIds enumeration is used to send commands to the FormControl object. |
Show: