The following tables list the members exposed by ToolbarItemCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList) | |
Count | Gets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
IsFixedSize | Gets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList) | |
IsReadOnly | Gets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList) | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ArrayList) | |
OwnerToolbar | Gets a reference to the parent Toolbar. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overloaded. Overridden. Adds an object to the end of the collection. | |
AddRange | Overloaded. Overridden. Adds the elements from the passed collection to the end of the collection. | |
BinarySearch | Overloaded. 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) | |
Clear | Overridden. Removes all objects from the collection. | |
Clone | Creates a shallow copy of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
Contains | Overloaded. Determines if an object is in the collection. | |
CopyTo | Overloaded. 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) | |
GetByType | Returns the first BaseToolItem with a Type property that matches the passed value. | |
GetEnumerator | Overloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
GetRange | Returns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. Searches the collection for the object and returns the zero-based index of the first occurrence within the collection. | |
Insert | Overloaded. Overridden. Inserts an element into the collection at the specified index. | |
InsertRange | Overloaded. Overridden. Inserts the elements of a collection into this collection at the specified index. | |
LastIndexOf | Overloaded. Searches the collection for a BaseToolbarItem based on the Type property and returns the zero-based index of the last occurrence within the collection. | |
Remove | Overloaded. Overridden. Removes the first occurrence of a specific object from the collection. | |
RemoveAt | Overridden. Removes the element at the specified index in the collection. | |
RemoveRange | Overridden. Removes a range of elements from the collection. | |
Reverse | Overloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
SetRange | Overloaded. Overridden. Copies the elements of a collection over a range of elements in this collection. | |
Sort | Overloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList) | |
TrimToSize | Sets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |