Version

ColorPatchCollection Class Members

The following tables list the members exposed by ColorPatchCollection.

Public Constructors
 NameDescription
Public ConstructorColorPatchCollection Constructor  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected Internal PropertyMaximumEntriesGets / sets the maximum number of elements that this collection expects.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a ColorPatch to the collection based on the inputted color.  
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodContainsOverloaded. Returns true if the inputted color is represented by a ColorPatch in this collection.  
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<ColorPatch>)
See Also