Version

CustomColorCollection Class Members

The following tables list the members exposed by CustomColorCollection.

Public Constructors
 NameDescription
Public ConstructorCustomColorCollection ConstructorInitializes a new CustomColorCollection  
Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyItem (Inherited from Infragistics.Shared.ColorsCollectionBase)
Protected Properties
 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Methods
 NameDescription
Public MethodAddAdds a color to the collection.  
Public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodContains (Inherited from Infragistics.Shared.ColorsCollectionBase)
Public MethodCopyTo (Inherited from Infragistics.Shared.ColorsCollectionBase)
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOf (Inherited from Infragistics.Shared.ColorsCollectionBase)
Public MethodInsertInserts a color into the collection.  
Public MethodRemoveRemoves a color from the collection.  
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Public MethodSortSorts the collection using the specified comparer.  
Protected Methods
 NameDescription
Protected MethodFillColorsOverridden. Overriden. Adds the default colors to the collection.  
Protected MethodOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnClearCompleteOverridden. Overriden. Invoked after the collection has been cleared.  
Protected MethodOnCollectionChangedUsed to invoke the CollectionChanged event.  
Protected MethodOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnInsertCompleteOverridden. Overriden. Invoked when an item is inserted into the collection.  
Protected MethodOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnRemoveCompleteOverridden. Overriden. Invoked when an item is removed from the collection.  
Protected MethodOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected MethodOnSetCompleteOverridden. Overriden. Invoked after an item in the collection has been set.  
Protected MethodOnValidateOverridden. Overriden. Used to validate the items added to the collection.  
Public Events
 NameDescription
Public EventCollectionChangedInvoked when the collection's contents have changed.  
See Also