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 | (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 | (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 | (Inherited from System.Collections.CollectionBase) |