# FarPoint.Win.CheckBoxPictureIndex

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_CheckBoxPictureIndex" data-uid="FarPoint.Win.CheckBoxPictureIndex" class="text-break">CheckBoxPictureIndex Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the index for the picture for the states of a check box.</p>
</div>
  <div class="markdown level0 conceptual"></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_CheckBoxPictureIndex_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckBoxPictureIndex</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CheckBoxPictureIndex</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_False">False</td>
        <td><p>Sets the index for the false state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_FalseDisabled">FalseDisabled</td>
        <td><p>Sets the index for the false disabled state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_FalsePressed">FalsePressed</td>
        <td><p>Sets the index for the false pressed state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_Indeterminate">Indeterminate</td>
        <td><p>Sets the index for the indeterminate state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_IndeterminateDisabled">IndeterminateDisabled</td>
        <td><p>Sets the index for the indeterminate disabled state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_IndeterminatePressed">IndeterminatePressed</td>
        <td><p>Sets the index for the indeterminate pressed state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_True">True</td>
        <td><p>Sets the index for the true state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_TrueDisabled">TrueDisabled</td>
        <td><p>Sets the index for the true disabled state picture of the check box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_CheckBoxPictureIndex_TruePressed">TruePressed</td>
        <td><p>Sets the index for the true pressed state picture of the check box</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
