Edit

Share via


Window.TaskPanes Property

Definition

Gets a reference to the TaskPaneCollection collection that is associated with the Window object.

public:
 abstract property Microsoft::Office::InfoPath::TaskPaneCollection ^ TaskPanes { Microsoft::Office::InfoPath::TaskPaneCollection ^ get(); };
public abstract Microsoft.Office.InfoPath.TaskPaneCollection TaskPanes { get; }
member this.TaskPanes : Microsoft.Office.InfoPath.TaskPaneCollection
Public MustOverride ReadOnly Property TaskPanes As TaskPaneCollection

Property Value

A reference to the TaskPaneCollection collection that is associated with the Window object.

Remarks

The TaskPanes property can be used only with the editing window types; if used with a designing window type, it will raise an exception.

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.

Applies to