# C1.Win.C1Input.TranslateValues

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_TranslateValues" data-uid="C1.Win.C1Input.TranslateValues" class="text-break">TranslateValues Class
</h1>
  <div class="markdown level0 summary"><p>Translates between string values and check box states.</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">TranslateValues</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_TranslateValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(x))]
public class TranslateValues</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(x))&gt;
Public Class TranslateValues</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_TranslateValues__ctor" data-uid="C1.Win.C1Input.TranslateValues.#ctor">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.-ctor.html#C1_Win_C1Input_TranslateValues__ctor">TranslateValues()</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_TranslateValues_Checked" data-uid="C1.Win.C1Input.TranslateValues.Checked">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.Checked.html#C1_Win_C1Input_TranslateValues_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Value for <b>Checked</b> state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TranslateValues_Indeterminate" data-uid="C1.Win.C1Input.TranslateValues.Indeterminate">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.Indeterminate.html#C1_Win_C1Input_TranslateValues_Indeterminate">Indeterminate</a>
        </td>
        <td class="markdown level1 summary"><p>Value for <b>Indeterminate</b> state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TranslateValues_IndeterminateIsDbNull" data-uid="C1.Win.C1Input.TranslateValues.IndeterminateIsDbNull">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.IndeterminateIsDbNull.html#C1_Win_C1Input_TranslateValues_IndeterminateIsDbNull">IndeterminateIsDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if DbNull is used for indeterminate state of check box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TranslateValues_Unchecked" data-uid="C1.Win.C1Input.TranslateValues.Unchecked">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.Unchecked.html#C1_Win_C1Input_TranslateValues_Unchecked">Unchecked</a>
        </td>
        <td class="markdown level1 summary"><p>Value for <b>Unchecked</b> state.</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_TranslateValues_OnChanged_System_EventArgs_" data-uid="C1.Win.C1Input.TranslateValues.OnChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.TranslateValues.OnChanged.html#C1_Win_C1Input_TranslateValues_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
