# FarPoint.Web.Spread.TouchStripItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_TouchStripItemCollection" data-uid="FarPoint.Web.Spread.TouchStripItemCollection" class="text-break">TouchStripItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>The Spread menu item collection.</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">ListBase</span>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</a>&gt;</div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.StateList-1.html">StateList</a>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</a>&gt;</div>
    <div class="level3"><span class="xref">TouchStripItemCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</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.Web.Spread.TouchStripItem.html">TouchStripItem</a>&gt;</div>
    <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.web.ui.istatemanager">IStateManager</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_TouchStripItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class TouchStripItemCollection : StateList&lt;TouchStripItem&gt;, IList&lt;TouchStripItem&gt;, ICollection&lt;TouchStripItem&gt;, IEnumerable&lt;TouchStripItem&gt;, IList, ICollection, IEnumerable, IStateManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class TouchStripItemCollection
    Inherits StateList(Of TouchStripItem)
    Implements IList(Of TouchStripItem), ICollection(Of TouchStripItem), IEnumerable(Of TouchStripItem), IList, ICollection, IEnumerable, IStateManager</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_Web_Spread_TouchStripItemCollection__ctor" data-uid="FarPoint.Web.Spread.TouchStripItemCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItemCollection.-ctor.html#FarPoint_Web_Spread_TouchStripItemCollection__ctor">TouchStripItemCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.TouchStripItemCollection.html">TouchStripItemCollection</a> class.</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_Web_Spread_TouchStripItemCollection_Item_System_String_" data-uid="FarPoint.Web.Spread.TouchStripItemCollection.Item(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItemCollection.Item.html#FarPoint_Web_Spread_TouchStripItemCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Web.Spread.TouchStripItem.html">TouchStripItem</a> with the specified item text.</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_Web_Spread_TouchStripItemCollection_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_TouchStripItem__ListChangedEventArgs_" data-uid="FarPoint.Web.Spread.TouchStripItemCollection.OnListChanged(FarPoint.Web.Spread.ListBase{FarPoint.Web.Spread.TouchStripItem}.ListChangedEventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.TouchStripItemCollection.OnListChanged.html#FarPoint_Web_Spread_TouchStripItemCollection_OnListChanged_FarPoint_Web_Spread_ListBase_FarPoint_Web_Spread_TouchStripItem__ListChangedEventArgs_">OnListChanged(ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when [list changed].</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
