# C1.Win.C1Input.ButtonType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_ButtonType" data-uid="C1.Win.C1Input.ButtonType" class="text-break">ButtonType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of button style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_ButtonType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ButtonType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ButtonType</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_C1Input_ButtonType_Accent">Accent</td>
        <td><p>The Accent button communicates strong emphasis and is reserved for actions that are essential to an experience. Don’t use more than 3 accent buttons in the same view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ButtonType_Default">Default</td>
        <td><p>The Default button is for medium emphasis. Use it in place of a call to action button when the action requires less prominence,
or if there are multiple primary actions of the same importance in the same view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ButtonType_Subtle">Subtle</td>
        <td><p>The Subtle button is for low emphasis. It’s paired with other button types to surface less prominent actions, and should never be the only button in a group.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
