The following tables list the members exposed by CommandUIItemCollection.
| Name | Description | |
|---|---|---|
|  | disposed | Determines if this object is disposed; (Inherited from CommandElementCollection) | 
|  | initialized | Initialized flag (Inherited from CommandElementCollection) | 
| Name | Description | |
|---|---|---|
|  | Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | 
|  | Count | Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | Item | Gets or sets the CommandUIItem at the specified index within the collection. | 
| Name | Description | |
|---|---|---|
|  | InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds a CommandUIItem instance initialized with a specified command to the CommandUIItemCollection. | 
|  | Clear | Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | Contains | Checks for the specified CommandUIItem instance if it exists in the collection. | 
|  | Dispose | Overloaded. Disposes of the current object. (Inherited from CommandElementCollection) | 
|  | GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | IndexOf | Overloaded. Gets the index position of the specified Command in the CommandUIItemCollection. | 
|  | Insert | Overloaded. Inserts a CommandUIItem initialized with specified Command into the CommandUIItemCollection. | 
|  | Remove | Overloaded. Removes a CommandUIItem associated with a Command from the collection. | 
|  | RemoveAt | Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
| Name | Description | |
|---|---|---|
|  | Invalidate | Performs invalidating of chartUI core. (Inherited from CommandElementCollection) | 
|  | OnClear | Before clear implementation of CollectionBase class (Inherited from CommandElementCollection) | 
|  | OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnDispose | This method can be overrided from succesors in order to dispose their internal fields. (Inherited from CommandElementCollection) | 
|  | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the CollectionBase instance. | 
|  | OnInsertComplete | After insert implementation of CollectionBase class (Inherited from CommandElementCollection) | 
|  | OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | OnRemoveComplete | After remove implementation of CollectionBase class (Inherited from CommandElementCollection) | 
|  | OnSet | Before set ( replace ) implementation of CollectionBase class (Inherited from CommandElementCollection) | 
|  | OnSetComplete | After set ( replace ) implementation of CollectionBase class (Inherited from CommandElementCollection) | 
|  | OnValidate | Overridden. Performs additional custom processes when validating a value. | 
 
  
  
  
  
 