Edit

Share via


_XDocument4.IsHosted Property

Definition

Gets whether InfoPath is hosted as a control in another application.

public:
 property bool IsHosted { bool get(); };
public bool IsHosted { get; }
member this.IsHosted : bool
Public ReadOnly Property IsHosted As Boolean

Property Value

true if InfoPath is hosted as a control in another application; otherwise false.

Implements

Remarks

This property is intended for use in scenarios where InfoPath is hosted as a control in another application.

For detailed information about hosting InfoPath in another application, see the article titled "Hosting the InfoPath Editor in a Custom WinForm Application" on the InfoPath Developer Portal

Applies to