# FarPoint.Win.SEditButtonElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_SEditButtonElement" data-uid="FarPoint.Win.SEditButtonElement" class="text-break">SEditButtonElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a button element for an editing control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.ElementWindowless.html">ElementWindowless</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.ButtonElement.html">ButtonElement</a></div>
    <div class="level3"><a class="xref" href="FarPoint.Win.DropDownButtonElement.html">DropDownButtonElement</a></div>
    <div class="level4"><span class="xref">SEditButtonElement</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_SEditButtonElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SEditButtonElement : DropDownButtonElement, ISerializeSupport, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SEditButtonElement
    Inherits DropDownButtonElement
    Implements ISerializeSupport, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_SEditButtonElement__ctor" data-uid="FarPoint.Win.SEditButtonElement.#ctor">
          <a class="xref" href="FarPoint.Win.SEditButtonElement.-ctor.html#FarPoint_Win_SEditButtonElement__ctor">SEditButtonElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SEditButtonElement class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_SEditButtonElement_ToggleState" data-uid="FarPoint.Win.SEditButtonElement.ToggleState">
          <a class="xref" href="FarPoint.Win.SEditButtonElement.ToggleState.html#FarPoint_Win_SEditButtonElement_ToggleState">ToggleState()</a>
        </td>
        <td class="markdown level1 summary"><p>Toggles the state of the button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
