# FarPoint.Win.CaptionsArrayList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_CaptionsArrayList" data-uid="FarPoint.Win.CaptionsArrayList" class="text-break">CaptionsArrayList Class
</h1>
  <div class="markdown level0 summary"><p>Represents an array of textual captions.</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">CaptionsArrayList</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_CaptionsArrayList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CaptionsArrayList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CaptionsArrayList</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_CaptionsArrayList__ctor" data-uid="FarPoint.Win.CaptionsArrayList.#ctor">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.-ctor.html#FarPoint_Win_CaptionsArrayList__ctor">CaptionsArrayList()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.Collections.ArrayList)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.-ctor.html#FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_">CaptionsArrayList(ArrayList)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.Collections.ArrayList,System.String)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.-ctor.html#FarPoint_Win_CaptionsArrayList__ctor_System_Collections_ArrayList_System_String_">CaptionsArrayList(ArrayList, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an array representing the captions that are available for the user.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList__ctor_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.-ctor.html#FarPoint_Win_CaptionsArrayList__ctor_System_String_">CaptionsArrayList(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an array representing the captions 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_CaptionsArrayList_Count" data-uid="FarPoint.Win.CaptionsArrayList.Count">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Count.html#FarPoint_Win_CaptionsArrayList_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of captions in the array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_Item_System_Int32_" data-uid="FarPoint.Win.CaptionsArrayList.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Item.html#FarPoint_Win_CaptionsArrayList_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the caption at the specified index within the array.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_List" data-uid="FarPoint.Win.CaptionsArrayList.List">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.List.html#FarPoint_Win_CaptionsArrayList_List">List</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a list of captions.</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_CaptionsArrayList_Add_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.Add(System.String)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Add.html#FarPoint_Win_CaptionsArrayList_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a caption to the array and returns its index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_Clear" data-uid="FarPoint.Win.CaptionsArrayList.Clear">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Clear.html#FarPoint_Win_CaptionsArrayList_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all the captions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_Clone" data-uid="FarPoint.Win.CaptionsArrayList.Clone">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Clone.html#FarPoint_Win_CaptionsArrayList_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of a list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_Find_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.Find(System.String)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Find.html#FarPoint_Win_CaptionsArrayList_Find_System_String_">Find(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds a caption in the array that matches the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_GetEnumerator" data-uid="FarPoint.Win.CaptionsArrayList.GetEnumerator">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.GetEnumerator.html#FarPoint_Win_CaptionsArrayList_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_GetEnumerator_System_Int32_System_Int32_" data-uid="FarPoint.Win.CaptionsArrayList.GetEnumerator(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.GetEnumerator.html#FarPoint_Win_CaptionsArrayList_GetEnumerator_System_Int32_System_Int32_">GetEnumerator(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_Remove_System_String_" data-uid="FarPoint.Win.CaptionsArrayList.Remove(System.String)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.Remove.html#FarPoint_Win_CaptionsArrayList_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a caption.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CaptionsArrayList_RemoveAt_System_Int32_" data-uid="FarPoint.Win.CaptionsArrayList.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Win.CaptionsArrayList.RemoveAt.html#FarPoint_Win_CaptionsArrayList_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a caption at a specified position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
