The following tables list the members exposed by SideButtonCollection.
| Name | Description | |
|---|---|---|
![]()  | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | 
![]()  | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | 
![]()  | Item | Overloaded. Gets or sets the SideButtonBase at the specified index in the collection. | 
| Name | Description | |
|---|---|---|
![]()  | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
![]()  | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
| Name | Description | |
|---|---|---|
![]()  | Add | Adds the specified SideButtonBase to the collection. | 
![]()  | AddRange | Overloaded. Copies the elements of the specified array to the end of the collection. | 
![]()  | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | 
![]()  | Contains | Gets a value that indicates whether the collection contains the specified SideButtonBase. | 
![]()  | ContainsKey | Determines whether the NamedObjectCollection<T> collection contains an item with the specified key. | 
![]()  | CopyTo | Copies the collection objects to a one-dimensional System.Array instance that begins at the specified index. | 
![]()  | Find | Finds the item using the specified name. | 
![]()  | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
![]()  | IndexOf | Gets the index in the collection of the specified SideButtonBase, if it exists in the collection. | 
![]()  | IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. | 
![]()  | Insert | Inserts the specified SideButtonBase into the collection at the specified index. | 
![]()  | Remove | Removes the specified SideButtonBase from the collection. | 
![]()  | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) | 
| Name | Description | |
|---|---|---|
![]()  | OnClear | Overridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. | 
![]()  | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. | 
![]()  | OnCollectionChanged | Raises the CollectionChanged event. | 
![]()  | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. | 
![]()  | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. | 
![]()  | OnRemove | Overridden. Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. | 
![]()  | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. | 
![]()  | OnSet | Overridden. Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. | 
![]()  | OnSetComplete | Overridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. | 
![]()  | OnValidate | Overridden. Performs additional custom processes when validating a value. | 
    
    
    
    
    
    


