TaskPanesCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of TaskPaneObject objects that represent the task panes associated with a window in Microsoft InfoPath 2010.
The TaskPanesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of the TaskPaneObject objects contained in the collection. (Inherited from TaskPanes.) | |
Item | Gets a reference to the specified the TaskPaneObject object from the collection. (Inherited from TaskPanes.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an IEnumerator that iterates over all entries in the TaskPanesCollection object. (Inherited from TaskPanes.) |
Top