# C1.Win.Gauge.ValueImageCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_ValueImageCollection" data-uid="C1.Win.Gauge.ValueImageCollection" class="text-break">ValueImageCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">ValueImageCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1">IComparer</a>&lt;<a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_ValueImageCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ValueImageCollection : CollectionBase, IList, ICollection, IEnumerable, IComparer&lt;C1GaugeValueImage&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ValueImageCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, IComparer(Of C1GaugeValueImage)</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Item_System_Int32_" data-uid="C1.Win.Gauge.ValueImageCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Item.html#C1_Win_Gauge_ValueImageCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> at the specified position in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Add_C1_Win_Gauge_C1GaugeValueImage_" data-uid="C1.Win.Gauge.ValueImageCollection.Add(C1.Win.Gauge.C1GaugeValueImage)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Add.html#C1_Win_Gauge_ValueImageCollection_Add_C1_Win_Gauge_C1GaugeValueImage_">Add(C1GaugeValueImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_AddRange_C1_Win_Gauge_C1GaugeValueImage___" data-uid="C1.Win.Gauge.ValueImageCollection.AddRange(C1.Win.Gauge.C1GaugeValueImage[])">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.AddRange.html#C1_Win_Gauge_ValueImageCollection_AddRange_C1_Win_Gauge_C1GaugeValueImage___">AddRange(C1GaugeValueImage[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a group of <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> objects to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_ClearAndDispose" data-uid="C1.Win.Gauge.ValueImageCollection.ClearAndDispose">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.ClearAndDispose.html#C1_Win_Gauge_ValueImageCollection_ClearAndDispose">ClearAndDispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the collection, then disposes the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Contains_C1_Win_Gauge_C1GaugeValueImage_" data-uid="C1.Win.Gauge.ValueImageCollection.Contains(C1.Win.Gauge.C1GaugeValueImage)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Contains.html#C1_Win_Gauge_ValueImageCollection_Contains_C1_Win_Gauge_C1GaugeValueImage_">Contains(C1GaugeValueImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this collection contains the specified <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_IndexOf_C1_Win_Gauge_C1GaugeValueImage_" data-uid="C1.Win.Gauge.ValueImageCollection.IndexOf(C1.Win.Gauge.C1GaugeValueImage)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.IndexOf.html#C1_Win_Gauge_ValueImageCollection_IndexOf_C1_Win_Gauge_C1GaugeValueImage_">IndexOf(C1GaugeValueImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Insert_System_Int32_C1_Win_Gauge_C1GaugeValueImage_" data-uid="C1.Win.Gauge.ValueImageCollection.Insert(System.Int32,C1.Win.Gauge.C1GaugeValueImage)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Insert.html#C1_Win_Gauge_ValueImageCollection_Insert_System_Int32_C1_Win_Gauge_C1GaugeValueImage_">Insert(int, C1GaugeValueImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> into this collection at the given index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Move_System_Int32_System_Int32_" data-uid="C1.Win.Gauge.ValueImageCollection.Move(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Move.html#C1_Win_Gauge_ValueImageCollection_Move_System_Int32_System_Int32_">Move(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the item with given index (fromIndex) to the new position (toIndex).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnClear" data-uid="C1.Win.Gauge.ValueImageCollection.OnClear">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnClear.html#C1_Win_Gauge_ValueImageCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of
the <a class="xref" href="C1.Win.Gauge.ValueImageCollection.html">ValueImageCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnClearComplete" data-uid="C1.Win.Gauge.ValueImageCollection.OnClearComplete">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnClearComplete.html#C1_Win_Gauge_ValueImageCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of
the <a class="xref" href="C1.Win.Gauge.ValueImageCollection.html">ValueImageCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.Gauge.ValueImageCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnInsertComplete.html#C1_Win_Gauge_ValueImageCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>
into the <a class="xref" href="C1.Win.Gauge.ValueImageCollection.html">ValueImageCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.Gauge.ValueImageCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnRemoveComplete.html#C1_Win_Gauge_ValueImageCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing a <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>
from the <a class="xref" href="C1.Win.Gauge.ValueImageCollection.html">ValueImageCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.Gauge.ValueImageCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnSetComplete.html#C1_Win_Gauge_ValueImageCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>
in the <a class="xref" href="C1.Win.Gauge.ValueImageCollection.html">ValueImageCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_OnValidate_System_Object_" data-uid="C1.Win.Gauge.ValueImageCollection.OnValidate(System.Object)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.OnValidate.html#C1_Win_Gauge_ValueImageCollection_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whather the type of the value argument is allowable for this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_ValueImageCollection_Remove_C1_Win_Gauge_C1GaugeValueImage_" data-uid="C1.Win.Gauge.ValueImageCollection.Remove(C1.Win.Gauge.C1GaugeValueImage)">
          <a class="xref" href="C1.Win.Gauge.ValueImageCollection.Remove.html#C1_Win_Gauge_ValueImageCollection_Remove_C1_Win_Gauge_C1GaugeValueImage_">Remove(C1GaugeValueImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
