InfoPathEditorObject members
Include protected members
Include inherited members
A hostable object that is used to integrate the Microsoft InfoPath form editing environment into a .NET-based custom application.
The InfoPathEditorObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataConnectionBaseUrl | Gets or sets the base URL to be used with data connection files (.UDCX). (Inherited from InfoPathEditor.) | |
Host | Gets or sets the object used to access the object model of the host application. (Inherited from InfoPathEditor.) | |
HostName | Gets or sets the name of the host application. (Inherited from InfoPathEditor.) | |
XDocument | Gets an XDocument object associated with the hosted InfoPathEditor object. (Inherited from InfoPathEditor.) |
Top
Methods
Name | Description | |
---|---|---|
CloseDocument | Closes the active form in the InfoPathEditor object. (Inherited from InfoPathEditor.) | |
FlushDocument | Synchronizes the underlying data of the form with changes in the view. (Inherited from InfoPathEditor.) | |
Load | Loads a form file (.xml) into the InfoPathEditor object. (Inherited from InfoPathEditor.) | |
LoadFromStream | Loads a form file (.xml) from a file stream (System.IO.IStream) into the InfoPathEditor object. (Inherited from InfoPathEditor.) | |
NewFromSolution | Creates a new form based on a form template (.xsn) file. (Inherited from InfoPathEditor.) | |
NewFromSolutionWithData | Creates a new form based on the specified form template and the data contained in an XML stream. (Inherited from InfoPathEditor.) | |
SetInitEventHandler | Sets the event handler in the host application for handling the event that occurs when the form is loaded in the InfoPathEditor object. (Inherited from InfoPathEditor.) | |
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. (Inherited from InfoPathEditor.) | |
SetSubmitToHostEventHandler | Sets the event handler in the host application for handling the Submit method of the SubmitToHostAdapter object. (Inherited from InfoPathEditor.) |
Top