# FarPoint.Win.ElementWithButtonsStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_ElementWithButtonsStyle" data-uid="FarPoint.Win.ElementWithButtonsStyle" class="text-break">ElementWithButtonsStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the button style to use in the ElementWithButtons class.</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_ElementWithButtonsStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ElementWithButtonsStyle : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ElementWithButtonsStyle As Short</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_ElementWithButtonsStyle_DropDown">DropDown</td>
        <td><p>Displays a drop-down button on the right side</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementWithButtonsStyle_PopUp">PopUp</td>
        <td><p>Displays a pop-up button on the right side</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementWithButtonsStyle_Scroll">Scroll</td>
        <td><p>Displays a button on either side</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ElementWithButtonsStyle_StaticNoButtons">StaticNoButtons</td>
        <td><p>Does not display a button</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
