TaskPaneCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of TaskPane objects that represent the task panes associated with a window in Microsoft InfoPath 2010.
The TaskPaneCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskPaneCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the TaskPane objects contained in the collection. | |
Item[Int32] | Gets a reference to the specified TaskPane object from the collection by index value. | |
Item[TaskPaneType] | Gets a reference to the specified TaskPane object from the collection by enumerated type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an IEnumerator that iterates over all entries in the TaskPaneCollection collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top