# GrapeCity.Win.Spread.InputMan.CellType.ButtonVisibility

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ButtonVisibility" class="text-break">ButtonVisibility Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the visibility of side buttons.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ButtonVisibility</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ButtonVisibility</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The members of this enumeration allow users to set the timing of spin and
drop-down button visibility.</p>
</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="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_NotShown">NotShown</td>
        <td><p>Side buttons are not shown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_ShowAlways">ShowAlways</td>
        <td><p>Side buttons are always shown.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_ShowOnFocus">ShowOnFocus</td>
        <td><p>Side buttons are shown when the button container gets focus.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
