Share via


XmlFormHostItem.TaskPanes property

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property TaskPanes As TaskPaneCollection
    Get
'Usage
Dim instance As XmlFormHostItem
Dim value As TaskPaneCollection

value = instance.TaskPanes
public virtual TaskPaneCollection TaskPanes { get; }

Property value

Type: Microsoft.Office.InfoPath.TaskPaneCollection
Returns TaskPaneCollection.

See also

Reference

XmlFormHostItem class

XmlFormHostItem members

Microsoft.Office.InfoPath namespace