FormControl.XmlForm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an XmlForm object associated with the hosted FormControl object.
public:
virtual property Microsoft::Office::InfoPath::XmlForm ^ XmlForm { Microsoft::Office::InfoPath::XmlForm ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual Microsoft.Office.InfoPath.XmlForm XmlForm { get; }
member this.XmlForm : Microsoft.Office.InfoPath.XmlForm
Public Overridable ReadOnly Property XmlForm As XmlForm
Property Value
An XmlForm object associated with the hosted FormControl object.
- Attributes
Remarks
The XmlForm object returned can be used to access and work with members of the InfoPath object model.
For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application