# FarPoint.Win.CustomTypes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_CustomTypes" data-uid="FarPoint.Win.CustomTypes" class="text-break">CustomTypes Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of custom cell types.</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">CustomTypes</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_CustomTypes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CustomTypes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CustomTypes</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_CustomTypes__ctor" data-uid="FarPoint.Win.CustomTypes.#ctor">
          <a class="xref" href="FarPoint.Win.CustomTypes.-ctor.html#FarPoint_Win_CustomTypes__ctor">CustomTypes()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a collection representing the custom editors that
are available for the user.</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_CustomTypes_Count" data-uid="FarPoint.Win.CustomTypes.Count">
          <a class="xref" href="FarPoint.Win.CustomTypes.Count.html#FarPoint_Win_CustomTypes_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of custom cell types 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="FarPoint_Win_CustomTypes_Clear" data-uid="FarPoint.Win.CustomTypes.Clear">
          <a class="xref" href="FarPoint.Win.CustomTypes.Clear.html#FarPoint_Win_CustomTypes_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a custom cell type to the collection and returns its index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CustomTypes_GetEnumerator" data-uid="FarPoint.Win.CustomTypes.GetEnumerator">
          <a class="xref" href="FarPoint.Win.CustomTypes.GetEnumerator.html#FarPoint_Win_CustomTypes_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CustomTypes_GetEnumerator_System_Int32_System_Int32_" data-uid="FarPoint.Win.CustomTypes.GetEnumerator(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.CustomTypes.GetEnumerator.html#FarPoint_Win_CustomTypes_GetEnumerator_System_Int32_System_Int32_">GetEnumerator(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator as the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CustomTypes_RemoveAt_System_Int32_" data-uid="FarPoint.Win.CustomTypes.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Win.CustomTypes.RemoveAt.html#FarPoint_Win_CustomTypes_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a custom cell type from the collection at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
