The AccordionPaneCollection type exposes the following members.

Methods

  NameDescription
Add
Add a new AccordionPane to the collection
Clear
Clear the AccordionPanes in the collection
Contains
Check if the collection contains the desired AccordionPane
CopyToOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Number of AccordionPanes in the parent Accordion's Controls collection
IsReadOnly
The collection is not read-only so this always returns false
ItemOverloaded.

See Also