Version

ToolbarItemCollection Class Methods

For a list of all members of this type, see ToolbarItemCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Overridden. Adds an object to the end of the collection.  
Public MethodAddRangeOverloaded. Overridden. Adds the elements from the passed collection to the end of the collection.  
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.ArrayList)
Public MethodClearOverridden. Removes all objects from the collection.  
Public MethodCloneCreates a shallow copy of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodContainsOverloaded. Determines if an object is in the collection.  
Public MethodCopyToOverloaded. Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. (Inherited from System.Collections.ArrayList)
Public MethodGetByTypeReturns the first BaseToolItem with a Type property that matches the passed value.  
Public MethodGetEnumeratorOverloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodIndexOfOverloaded. Searches the collection for the object and returns the zero-based index of the first occurrence within the collection.  
Public MethodInsertOverloaded. Overridden. Inserts an element into the collection at the specified index.  
Public MethodInsertRangeOverloaded. Overridden. Inserts the elements of a collection into this collection at the specified index.  
Public MethodLastIndexOfOverloaded. Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the last occurrence within the collection.  
Public MethodRemoveOverloaded. Overridden. Removes the first occurrence of a specific object from the collection.  
Public MethodRemoveAtOverridden. Removes the element at the specified index in the collection.  
Public MethodRemoveRangeOverridden. Removes a range of elements from the collection.  
Public MethodReverseOverloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSetRangeOverloaded. Overridden. Copies the elements of a collection over a range of elements in this collection.  
Public MethodSortOverloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodToArrayOverloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList)
Public MethodTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
See Also