# C1.Win.TreeView.CheckBoxStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TreeView_CheckBoxStyle" data-uid="C1.Win.TreeView.CheckBoxStyle" class="text-break">CheckBoxStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the view of a checkbox.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_CheckBoxStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckBoxStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CheckBoxStyle</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_TreeView_CheckBoxStyle_Office2007Black">Office2007Black</td>
        <td><p>Like a MS Office 2007 Black.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2007Blue">Office2007Blue</td>
        <td><p>Like a MS Office 2007 Blue.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2007Silver">Office2007Silver</td>
        <td><p>Like a MS Office 2007 Silver.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2010Black">Office2010Black</td>
        <td><p>Like a MS Office 2010 Black.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2010Blue">Office2010Blue</td>
        <td><p>Like a MS Office 2010 Blue.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2010Silver">Office2010Silver</td>
        <td><p>Like a MS Office 2010 Silver.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office2013">Office2013</td>
        <td><p>Like a MS Office 2013.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office365Black">Office365Black</td>
        <td><p>Like a MS Office 365 Black.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Office365White">Office365White</td>
        <td><p>Like a MS Office 365 White.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_System">System</td>
        <td><p>Standard system view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_CheckBoxStyle_Windows10">Windows10</td>
        <td><p>Like a Windows 10.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
