The AccordionPaneCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new AccordionPane to the collection
| |
| Clear |
Clear the AccordionPanes in the collection
| |
| Contains |
Check if the collection contains the desired AccordionPane
| |
| CopyTo | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Get an enumerator for the collection
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Get the index of the AccordionPane in the list
| |
| Insert |
Insert a new AccordionPane at the given index
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Remove an AccordionPane from the collection
| |
| RemoveAt |
Remove the AccordionPane at the given index from the collection
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of AccordionPanes in the parent Accordion's Controls collection
| |
| IsReadOnly |
The collection is not read-only so this always returns false
| |
| Item | Overloaded. |