# C1.Win.Tile.ThreeStateBoolean

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_ThreeStateBoolean" data-uid="C1.Win.Tile.ThreeStateBoolean" class="text-break">ThreeStateBoolean Enum
</h1>
  <div class="markdown level0 summary"><p>Defines a boolean type with an additional state which indicates
that the value is not stored here.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_ThreeStateBoolean_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThreeStateBoolean</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThreeStateBoolean</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="C1_Win_Tile_ThreeStateBoolean_Default">Default</td>
        <td><p>The value is not explicitly specified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ThreeStateBoolean_False">False</td>
        <td><p>Corresponds to Boolean false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_ThreeStateBoolean_True">True</td>
        <td><p>Corresponds to Boolean true.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
