Edit

Share via


FormControl.XmlForm Property

Definition

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

Applies to