XmlForm.Hosted property
Gets whether InfoPath is hosted as a control in another application.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Hosted As Boolean
Get
'Usage
Dim instance As XmlForm
Dim value As Boolean
value = instance.Hosted
public abstract bool Hosted { get; }
Property value
Type: System.Boolean
true if InfoPath is hosted as a control in another application; otherwise false.
Remarks
This property is intended for use in scenarios where InfoPath is hosted as a control in another application.
For more information and a brief overview of hosting InfoPath in another application, see "The InfoPath Editor Hosted as a Control" in What's New for InfoPath Developers. For more information about hosting InfoPath in another application, see the article titled "Hosting the InfoPath Editing Environment in a Custom Windows Form Application" on the InfoPath Developer Portal on MSDN.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.