InfoPathEditor Methods (Microsoft.Office.Interop.InfoPath)
| Name | Description | |
|---|---|---|
| CloseDocument |
Closes the active form in the InfoPathEditor object.
|
| FlushDocument |
Synchronizes the underlying data of the form with changes in the view.
|
| Load |
Loads a form file (.xml) into the InfoPathEditor object.
|
| LoadFromStream |
Loads a form file (.xml) from a file stream (System.IO.IStream) into the InfoPathEditor object.
|
| NewFromSolution |
Creates a new form based on a form template (.xsn) file.
|
| NewFromSolutionWithData |
Creates a new form based on the specified form template and the data contained in an XML stream.
|
| SetInitEventHandler |
Sets the event handler in the host application for handling the event that occurs when the form is loaded in the InfoPathEditor object.
|
| SetNotifyHostEventHandler |
Sets the event handler in the host application for handling the event that occurs when the NotifyHost method of the XDocument object is used to notify the host application.
|
| SetSubmitToHostEventHandler |
Sets the event handler in the host application for handling the Submit method of the SubmitToHostAdapter object.
|