# GrapeCity.Spreadsheet.FormControls.IButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_FormControls_IButton" data-uid="GrapeCity.Spreadsheet.FormControls.IButton" class="text-break">IButton Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a button control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.FormControls.html">GrapeCity.Spreadsheet.FormControls</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_FormControls_IButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IButton : IFormControl, IDrawingObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IButton
    Inherits IFormControl, IDrawingObject</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_FormControls_IButton_AutoSize" data-uid="GrapeCity.Spreadsheet.FormControls.IButton.AutoSize">
          <a class="xref" href="GrapeCity.Spreadsheet.FormControls.IButton.AutoSize.html#GrapeCity_Spreadsheet_FormControls_IButton_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the specified object that changes automatically to fit text within its boundaries.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
