|
Name |
Description |
|
Add
|
Overloaded. Creates a new toolbar with the default settings and adds it to the collection.
|
|
AddRange
|
Adds a collection of items to the end of the collection.
(Inherited from Collection<T>)
|
|
Assign
|
Copies the items from the specified IAssignableCollection-supported object to the current object.
(Inherited from Collection)
|
|
Clear
|
Clears the collection by removing all its items.
(Inherited from StateManagedCollectionBase)
|
|
Contains
|
Determines whether the collection contains the specified item.
(Inherited from Collection<T>)
|
|
ConvertAll<TOutput>
|
For internal use only.
(Inherited from Collection<T>)
|
|
CopyTo
|
Overloaded. Copies the items from the collection to the specified array, starting at the specified index in the array object.
(Inherited from Collection<T>)
|
|
CreateDefaultToolbars
|
Overloaded. Creates a collection of default toolbars.
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
Find
|
Returns the first element that matches the conditions defined by the specified predicate.
(Inherited from Collection<T>)
|
|
FindAll
|
Returns all elements that match the conditions defined by the specified predicate.
(Inherited from Collection<T>)
|
|
ForEach
|
Performs the specified action on each element of the current collection.
(Inherited from Collection<T>)
|
|
GetEnumerator
|
Returns a reference to an enumerator object, which is used to iterate through the collection.
(Inherited from StateManagedCollectionBase)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
GetVisibleItem
|
Gets an item by its visible index.
(Inherited from Collection<T>)
|
|
GetVisibleItemCount
|
Returns the number of visible items in an item collection.
(Inherited from Collection<T>)
|
|
GetVisibleItems
|
Obtains collection items whose visibility is enabled.
(Inherited from Collection<T>)
|
|
IndexOf
|
Overloaded. Searches for the specified item and returns the zero-based index of its first occurrence within the collection.
(Inherited from Collection<T>)
|
|
Insert
|
Inserts the specified element into the collection at the specified position.
(Inherited from Collection<T>)
|
|
Move
|
Moves a specific collection item to another position within the list.
(Inherited from Collection)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Remove
|
Removes the specified element from the collection.
(Inherited from Collection<T>)
|
|
RemoveAll
|
Removes all items that match the conditions defined by the specified predicate from the collection.
(Inherited from Collection<T>)
|
|
RemoveAt
|
Removes the collection item at the specified index location from the current collection.
(Inherited from Collection)
|
|
SetDirty
|
For internal use only.
(Inherited from StateManagedCollectionBase)
|
|
ToString
|
Returns a string that represents the current object.
(Inherited from Collection)
|