# FarPoint.Win.Spread.FpStatusBarElementCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpStatusBarElementCollection" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection" class="text-break">FpStatusBarElementCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of status bar elements.</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"><span class="xref">FpStatusBarElementCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Win.Spread.IFpStatusBarElement.html">IFpStatusBarElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.IFpStatusBarElement.html">IFpStatusBarElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FpStatusBarElementCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpStatusBarElementCollection : ICollection&lt;IFpStatusBarElement&gt;, IEnumerable&lt;IFpStatusBarElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpStatusBarElementCollection
    Implements ICollection(Of IFpStatusBarElement), IEnumerable(Of IFpStatusBarElement), IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection__ctor" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.-ctor.html#FarPoint_Win_Spread_FpStatusBarElementCollection__ctor">FpStatusBarElementCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of values.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Spread_FpStatusBarElementCollection_Count" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Count">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Count.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of values in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_IsReadOnly" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.IsReadOnly">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.IsReadOnly.html#FarPoint_Win_Spread_FpStatusBarElementCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.html">FpStatusBarElementCollection</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_Item_System_Int32_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Item.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element at the specified index.</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="FarPoint_Win_Spread_FpStatusBarElementCollection_Add_FarPoint_Win_Spread_IFpStatusBarElement_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Add(FarPoint.Win.Spread.IFpStatusBarElement)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Add.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Add_FarPoint_Win_Spread_IFpStatusBarElement_">Add(IFpStatusBarElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a value to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_AddRange_FarPoint_Win_Spread_IFpStatusBarElement___" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.AddRange(FarPoint.Win.Spread.IFpStatusBarElement[])">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.AddRange.html#FarPoint_Win_Spread_FpStatusBarElementCollection_AddRange_FarPoint_Win_Spread_IFpStatusBarElement___">AddRange(IFpStatusBarElement[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of the specified collection to the end of the collection</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_Clear" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Clear">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Clear.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all values from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_Contains_FarPoint_Win_Spread_IFpStatusBarElement_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Contains(FarPoint.Win.Spread.IFpStatusBarElement)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Contains.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Contains_FarPoint_Win_Spread_IFpStatusBarElement_">Contains(IFpStatusBarElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_CopyTo_FarPoint_Win_Spread_IFpStatusBarElement___System_Int32_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.CopyTo(FarPoint.Win.Spread.IFpStatusBarElement[],System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.CopyTo.html#FarPoint_Win_Spread_FpStatusBarElementCollection_CopyTo_FarPoint_Win_Spread_IFpStatusBarElement___System_Int32_">CopyTo(IFpStatusBarElement[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the entire collection to a compatible one-dimensional
array, starting at the specified index of the target array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_GetEnumerator" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.GetEnumerator.html#FarPoint_Win_Spread_FpStatusBarElementCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_IndexOf_FarPoint_Win_Spread_IFpStatusBarElement_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.IndexOf(FarPoint.Win.Spread.IFpStatusBarElement)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.IndexOf.html#FarPoint_Win_Spread_FpStatusBarElementCollection_IndexOf_FarPoint_Win_Spread_IFpStatusBarElement_">IndexOf(IFpStatusBarElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_Insert_System_Int32_FarPoint_Win_Spread_IFpStatusBarElement_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Insert(System.Int32,FarPoint.Win.Spread.IFpStatusBarElement)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Insert.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Insert_System_Int32_FarPoint_Win_Spread_IFpStatusBarElement_">Insert(int, IFpStatusBarElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a value into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_Remove_FarPoint_Win_Spread_IFpStatusBarElement_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.Remove(FarPoint.Win.Spread.IFpStatusBarElement)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.Remove.html#FarPoint_Win_Spread_FpStatusBarElementCollection_Remove_FarPoint_Win_Spread_IFpStatusBarElement_">Remove(IFpStatusBarElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a value from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarElementCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Win.Spread.FpStatusBarElementCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarElementCollection.RemoveAt.html#FarPoint_Win_Spread_FpStatusBarElementCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a value from the collection at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
