[]
Represents a collection of C1GaugeValueColor objects.
[ListBindable(false)]
public class ValueColorCollection : CollectionBase, IList, ICollection, IEnumerable, IComparer<C1GaugeValueColor>
Name | Description |
---|---|
this[int] | Gets or sets the C1GaugeValueColor at the specified position in the collection. |
Name | Description |
---|---|
Add(C1GaugeValueColor) | Adds the specified C1GaugeValueColor to the collection. |
AddRange(C1GaugeValueColor[]) | Adds a group of C1GaugeValueColor objects to the end of the collection. |
Contains(C1GaugeValueColor) | Determines whether this collection contains the specified C1GaugeValueColor. |
IndexOf(C1GaugeValueColor) | Determines the index of a specific C1GaugeValueColor in the collection. |
Insert(int, C1GaugeValueColor) | Inserts the specified C1GaugeValueColor into this collection at the given index. |
Move(int, int) | Moves the item with given index (fromIndex) to the new position (toIndex). |
OnClear() | Performs additional custom processes when clearing the contents of the ValueColorCollection instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the ValueColorCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1GaugeValueColor into the ValueColorCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1GaugeValueColor from the ValueColorCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1GaugeValueColor in the ValueColorCollection instance. |
OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
Remove(C1GaugeValueColor) | Removes the specified C1GaugeValueColor from the collection. |