# C1.Win.C1Input.UIStrings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_UIStrings" data-uid="C1.Win.C1Input.UIStrings" class="text-break">UIStrings Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of end user visible UI strings.</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">UIStrings</span></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_UIStrings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(UIStrings.TypeConverter))]
public class UIStrings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(UIStrings.TypeConverter))&gt;
Public Class UIStrings</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="C1_Win_C1Input_UIStrings__ctor" data-uid="C1.Win.C1Input.UIStrings.#ctor">
          <a class="xref" href="C1.Win.C1Input.UIStrings.-ctor.html#C1_Win_C1Input_UIStrings__ctor">UIStrings()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Win_C1Input_UIStrings_Count" data-uid="C1.Win.C1Input.UIStrings.Count">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Count.html#C1_Win_C1Input_UIStrings_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_Item_System_String_" data-uid="C1.Win.C1Input.UIStrings.Item(System.String)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Item.html#C1_Win_C1Input_UIStrings_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"></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_UIStrings_Add_System_Object_System_Int32_System_String_System_String_" data-uid="C1.Win.C1Input.UIStrings.Add(System.Object,System.Int32,System.String,System.String)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Add.html#C1_Win_C1Input_UIStrings_Add_System_Object_System_Int32_System_String_System_String_">Add(object, int, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a string to the collection, specifying the ordinal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_Add_System_Object_System_String_System_String_" data-uid="C1.Win.C1Input.UIStrings.Add(System.Object,System.String,System.String)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Add.html#C1_Win_C1Input_UIStrings_Add_System_Object_System_String_System_String_">Add(object, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a string to the collection in alphabetical order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_AddInOrder_System_Object_System_String_System_String_" data-uid="C1.Win.C1Input.UIStrings.AddInOrder(System.Object,System.String,System.String)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.AddInOrder.html#C1_Win_C1Input_UIStrings_AddInOrder_System_Object_System_String_System_String_">AddInOrder(object, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a string to the collection, preserving the order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_GetDescription_System_Object_" data-uid="C1.Win.C1Input.UIStrings.GetDescription(System.Object)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.GetDescription.html#C1_Win_C1Input_UIStrings_GetDescription_System_Object_">GetDescription(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the description of a string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_GetKeyAt_System_Int32_" data-uid="C1.Win.C1Input.UIStrings.GetKeyAt(System.Int32)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.GetKeyAt.html#C1_Win_C1Input_UIStrings_GetKeyAt_System_Int32_">GetKeyAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the key of an item with the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_GetValueAt_System_Int32_" data-uid="C1.Win.C1Input.UIStrings.GetValueAt(System.Int32)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.GetValueAt.html#C1_Win_C1Input_UIStrings_GetValueAt_System_Int32_">GetValueAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string by its index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_IsDefault_System_Object_" data-uid="C1.Win.C1Input.UIStrings.IsDefault(System.Object)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.IsDefault.html#C1_Win_C1Input_UIStrings_IsDefault_System_Object_">IsDefault(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether a string in the collection has default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_OnCollectionChanged_System_EventArgs_" data-uid="C1.Win.C1Input.UIStrings.OnCollectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.OnCollectionChanged.html#C1_Win_C1Input_UIStrings_OnCollectionChanged_System_EventArgs_">OnCollectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.C1Input.UIStrings.CollectionChanged.html">CollectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_OnItemAdded_C1_Win_C1Input_UIStringsItemEventArgs_" data-uid="C1.Win.C1Input.UIStrings.OnItemAdded(C1.Win.C1Input.UIStringsItemEventArgs)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.OnItemAdded.html#C1_Win_C1Input_UIStrings_OnItemAdded_C1_Win_C1Input_UIStringsItemEventArgs_">OnItemAdded(UIStringsItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.C1Input.UIStrings.ItemAdded.html">ItemAdded</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_OnItemChanged_C1_Win_C1Input_UIStringsItemEventArgs_" data-uid="C1.Win.C1Input.UIStrings.OnItemChanged(C1.Win.C1Input.UIStringsItemEventArgs)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.OnItemChanged.html#C1_Win_C1Input_UIStrings_OnItemChanged_C1_Win_C1Input_UIStringsItemEventArgs_">OnItemChanged(UIStringsItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.C1Input.UIStrings.ItemChanged.html">ItemChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_Reset" data-uid="C1.Win.C1Input.UIStrings.Reset">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Reset.html#C1_Win_C1Input_UIStrings_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets all strings in collection to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_Reset_System_Object_" data-uid="C1.Win.C1Input.UIStrings.Reset(System.Object)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.Reset.html#C1_Win_C1Input_UIStrings_Reset_System_Object_">Reset(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets a string to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_SetValueAt_System_Int32_System_String_" data-uid="C1.Win.C1Input.UIStrings.SetValueAt(System.Int32,System.String)">
          <a class="xref" href="C1.Win.C1Input.UIStrings.SetValueAt.html#C1_Win_C1Input_UIStrings_SetValueAt_System_Int32_System_String_">SetValueAt(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a string with the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_ShouldSerialize" data-uid="C1.Win.C1Input.UIStrings.ShouldSerialize">
          <a class="xref" href="C1.Win.C1Input.UIStrings.ShouldSerialize.html#C1_Win_C1Input_UIStrings_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any of the strings in the current collection
have non-default values.</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_UIStrings_CollectionChanged" data-uid="C1.Win.C1Input.UIStrings.CollectionChanged">
          <a class="xref" href="C1.Win.C1Input.UIStrings.CollectionChanged.html">CollectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_ItemAdded" data-uid="C1.Win.C1Input.UIStrings.ItemAdded">
          <a class="xref" href="C1.Win.C1Input.UIStrings.ItemAdded.html">ItemAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a new item is added to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_UIStrings_ItemChanged" data-uid="C1.Win.C1Input.UIStrings.ItemChanged">
          <a class="xref" href="C1.Win.C1Input.UIStrings.ItemChanged.html">ItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an item in the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
