Window.TaskPanes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.