# C1.Win.TreeView.ExpandButtonStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TreeView_ExpandButtonStyle" data-uid="C1.Win.TreeView.ExpandButtonStyle" class="text-break">ExpandButtonStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the view of a expand button.</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_ExpandButtonStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExpandButtonStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExpandButtonStyle</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_ExpandButtonStyle_Office365Black">Office365Black</td>
        <td><p>Like a MS Office 365 Black.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_Office365White">Office365White</td>
        <td><p>Like a MS Office 365 White.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_System">System</td>
        <td><p>Standard system view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_VS2015">VS2015</td>
        <td><p>Like a Visual Studio 2015.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_Windows10">Windows10</td>
        <td><p>Like a Windows 10.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_Windows11Black">Windows11Black</td>
        <td><p>Like a Windows 11 Black.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ExpandButtonStyle_Windows11White">Windows11White</td>
        <td><p>Like a Windows 11 White.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
