XmlFormHostItem.CurrentView property

This member is a wrapper for the CurrentView property of the XmlForm class.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CurrentView As View
    Get
'Usage
Dim instance As XmlFormHostItem
Dim value As View

value = instance.CurrentView
public virtual View CurrentView { get; }

Property value

Type: Microsoft.Office.InfoPath.View
Returns View.

See also

Reference

XmlFormHostItem class

XmlFormHostItem members

Microsoft.Office.InfoPath namespace