# GrapeCity.Documents.Excel.Forms.IButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IButton" data-uid="GrapeCity.Documents.Excel.Forms.IButton" class="text-break">IButton Interface
</h1>
  <div class="markdown level0 summary"><p>The button control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IButton : IControl&lt;IButton&gt;, IContentControl, IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IButton
    Inherits IControl(Of IButton), IContentControl, IControl</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_Documents_Excel_Forms_IButton_CancelButton" data-uid="GrapeCity.Documents.Excel.Forms.IButton.CancelButton">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.CancelButton.html#GrapeCity_Documents_Excel_Forms_IButton_CancelButton">CancelButton</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the button is cancel button or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_DefaultButton" data-uid="GrapeCity.Documents.Excel.Forms.IButton.DefaultButton">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.DefaultButton.html#GrapeCity_Documents_Excel_Forms_IButton_DefaultButton">DefaultButton</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the button is default button or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_DismissButton" data-uid="GrapeCity.Documents.Excel.Forms.IButton.DismissButton">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.DismissButton.html#GrapeCity_Documents_Excel_Forms_IButton_DismissButton">DismissButton</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the button is dismiss button or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_HelpButton" data-uid="GrapeCity.Documents.Excel.Forms.IButton.HelpButton">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.HelpButton.html#GrapeCity_Documents_Excel_Forms_IButton_HelpButton">HelpButton</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the button is help button or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_HorizontalTextAlignment" data-uid="GrapeCity.Documents.Excel.Forms.IButton.HorizontalTextAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.HorizontalTextAlignment.html#GrapeCity_Documents_Excel_Forms_IButton_HorizontalTextAlignment">HorizontalTextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_Orientation" data-uid="GrapeCity.Documents.Excel.Forms.IButton.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.Orientation.html#GrapeCity_Documents_Excel_Forms_IButton_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IButton_VerticalTextAlignment" data-uid="GrapeCity.Documents.Excel.Forms.IButton.VerticalTextAlignment">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.VerticalTextAlignment.html#GrapeCity_Documents_Excel_Forms_IButton_VerticalTextAlignment">VerticalTextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets vertical alignment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
