TaskPaneCollection.Item property (TaskPaneType)

Gets a reference to the specified TaskPane object from the collection by enumerated type.

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

Syntax

'Declaration
Public MustOverride ReadOnly Default Property Item ( _
    type As TaskPaneType _
) As TaskPane
    Get
'Usage
Dim instance As TaskPaneCollection
Dim type As TaskPaneType
Dim value As TaskPane

value = instance(type)
public abstract TaskPane this[
    TaskPaneType type
] { get; }

Parameters

Property value

Type: Microsoft.Office.InfoPath.TaskPane
The TaskPane object that corresponds to the specified TaskPaneType.

Remarks

After you have set a reference to the TaskPane object that the Item property returns, you can access any of its properties and methods.

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

See also

Reference

TaskPaneCollection class

TaskPaneCollection members

Item overload

Microsoft.Office.InfoPath namespace