# C1.Win.C1Input.PlaceholderCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_PlaceholderCollection" data-uid="C1.Win.C1Input.PlaceholderCollection" class="text-break">PlaceholderCollection Class
</h1>
  <div class="markdown level0 summary"><p>A collection of CustomPlaceholder 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">PlaceholderCollection</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_PlaceholderCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class PlaceholderCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class PlaceholderCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_C1Input_PlaceholderCollection_Item_System_Int32_" data-uid="C1.Win.C1Input.PlaceholderCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Item.html#C1_Win_C1Input_PlaceholderCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the the special character 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="C1_Win_C1Input_PlaceholderCollection_Add_C1_Win_C1Input_CustomPlaceholder_" data-uid="C1.Win.C1Input.PlaceholderCollection.Add(C1.Win.C1Input.CustomPlaceholder)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Add.html#C1_Win_C1Input_PlaceholderCollection_Add_C1_Win_C1Input_CustomPlaceholder_">Add(CustomPlaceholder)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new special character to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_AddRange_C1_Win_C1Input_CustomPlaceholder___" data-uid="C1.Win.C1Input.PlaceholderCollection.AddRange(C1.Win.C1Input.CustomPlaceholder[])">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.AddRange.html#C1_Win_C1Input_PlaceholderCollection_AddRange_C1_Win_C1Input_CustomPlaceholder___">AddRange(CustomPlaceholder[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the special characters of an ICollection to the end of the PlaceholderCollection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_CheckItemBeforeAdding_C1_Win_C1Input_CustomPlaceholder_" data-uid="C1.Win.C1Input.PlaceholderCollection.CheckItemBeforeAdding(C1.Win.C1Input.CustomPlaceholder)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.CheckItemBeforeAdding.html#C1_Win_C1Input_PlaceholderCollection_CheckItemBeforeAdding_C1_Win_C1Input_CustomPlaceholder_">CheckItemBeforeAdding(CustomPlaceholder)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks validity of the placeholder</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_Contains_System_Char_" data-uid="C1.Win.C1Input.PlaceholderCollection.Contains(System.Char)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Contains.html#C1_Win_C1Input_PlaceholderCollection_Contains_System_Char_">Contains(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a character is in the placeholder collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_CopyTo_C1_Win_C1Input_CustomPlaceholder___System_Int32_" data-uid="C1.Win.C1Input.PlaceholderCollection.CopyTo(C1.Win.C1Input.CustomPlaceholder[],System.Int32)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.CopyTo.html#C1_Win_C1Input_PlaceholderCollection_CopyTo_C1_Win_C1Input_CustomPlaceholder___System_Int32_">CopyTo(CustomPlaceholder[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies elements of the collection to an array starting at a particular array index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_GetItem_System_Char_" data-uid="C1.Win.C1Input.PlaceholderCollection.GetItem(System.Char)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.GetItem.html#C1_Win_C1Input_PlaceholderCollection_GetItem_System_Char_">GetItem(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_IndexOf_System_Char_" data-uid="C1.Win.C1Input.PlaceholderCollection.IndexOf(System.Char)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.IndexOf.html#C1_Win_C1Input_PlaceholderCollection_IndexOf_System_Char_">IndexOf(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_Insert_System_Int32_C1_Win_C1Input_CustomPlaceholder_" data-uid="C1.Win.C1Input.PlaceholderCollection.Insert(System.Int32,C1.Win.C1Input.CustomPlaceholder)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Insert.html#C1_Win_C1Input_PlaceholderCollection_Insert_System_Int32_C1_Win_C1Input_CustomPlaceholder_">Insert(int, CustomPlaceholder)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new special character to the collection at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_OnChanged_System_EventArgs_" data-uid="C1.Win.C1Input.PlaceholderCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.OnChanged.html#C1_Win_C1Input_PlaceholderCollection_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Input.PlaceholderCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.OnInsert.html#C1_Win_C1Input_PlaceholderCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_Remove_System_Char_" data-uid="C1.Win.C1Input.PlaceholderCollection.Remove(System.Char)">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Remove.html#C1_Win_C1Input_PlaceholderCollection_Remove_System_Char_">Remove(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a specific character from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_PlaceholderCollection_Changed" data-uid="C1.Win.C1Input.PlaceholderCollection.Changed">
          <a class="xref" href="C1.Win.C1Input.PlaceholderCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when PlaceholderCollection is changed</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
