# C1.Win.Input.Utils.TranslateValues

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Utils_TranslateValues" data-uid="C1.Win.Input.Utils.TranslateValues" class="text-break">TranslateValues Class
</h1>
  <div class="markdown level0 summary"><p>Translates object values to 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>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Utils.html">C1.Win.Input.Utils</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Utils_TranslateValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(TranslateValuesConverter))]
public class TranslateValues : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(TranslateValuesConverter))&gt;
Public Class TranslateValues
    Implements INotifyPropertyChanged</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_Input_Utils_TranslateValues__ctor" data-uid="C1.Win.Input.Utils.TranslateValues.#ctor">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.-ctor.html#C1_Win_Input_Utils_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_Input_Utils_TranslateValues_Checked" data-uid="C1.Win.Input.Utils.TranslateValues.Checked">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.Checked.html#C1_Win_Input_Utils_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_Input_Utils_TranslateValues_Indeterminate" data-uid="C1.Win.Input.Utils.TranslateValues.Indeterminate">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.Indeterminate.html#C1_Win_Input_Utils_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_Input_Utils_TranslateValues_IndeterminateIsDbNull" data-uid="C1.Win.Input.Utils.TranslateValues.IndeterminateIsDbNull">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.IndeterminateIsDbNull.html#C1_Win_Input_Utils_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_Input_Utils_TranslateValues_Unchecked" data-uid="C1.Win.Input.Utils.TranslateValues.Unchecked">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.Unchecked.html#C1_Win_Input_Utils_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_Input_Utils_TranslateValues_OnPropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.Input.Utils.TranslateValues.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.OnPropertyChanged.html#C1_Win_Input_Utils_TranslateValues_OnPropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(object, PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Utils.TranslateValues.PropertyChanged.html">PropertyChanged</a> event.</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_Input_Utils_TranslateValues_PropertyChanged" data-uid="C1.Win.Input.Utils.TranslateValues.PropertyChanged">
          <a class="xref" href="C1.Win.Input.Utils.TranslateValues.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when any properties change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
