# C1.C1Pdf.ButtonStateChange

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Pdf_ButtonStateChange" data-uid="C1.C1Pdf.ButtonStateChange" class="text-break">ButtonStateChange Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of change of a <a class="xref" href="C1.C1Pdf.PdfPushButton.html">PdfPushButton</a> state
that can be associated with a particular <a class="xref" href="C1.C1Pdf.PdfPushButton.Action.html">PdfPushButton.Action</a>
(see <a class="xref" href="C1.C1Pdf.PdfPushButton.Actions.html#C1_C1Pdf_PdfPushButton_Actions">Actions</a>).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Pdf.html">C1.C1Pdf</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_C1Pdf_ButtonStateChange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ButtonStateChange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ButtonStateChange</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_C1Pdf_ButtonStateChange_GotFocus">GotFocus</td>
        <td><p>A button receives the keyboard focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonStateChange_LostFocus">LostFocus</td>
        <td><p>A button loses the keyboard focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonStateChange_MouseEnter">MouseEnter</td>
        <td><p>The mouse cursor enters a button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonStateChange_MouseLeave">MouseLeave</td>
        <td><p>The mouse cursor leaves a button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonStateChange_Pressed">Pressed</td>
        <td><p>A button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_ButtonStateChange_Released">Released</td>
        <td><p>A pressed button is released
(this is the default state change associated with <a class="xref" href="C1.C1Pdf.PdfPushButton.Action.html">PdfPushButton.Action</a>).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
