# GrapeCity.Documents.Excel.Forms.FormControlType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Forms_FormControlType" data-uid="GrapeCity.Documents.Excel.Forms.FormControlType" class="text-break">FormControlType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of form controls.</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_FormControlType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormControlType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormControlType</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="GrapeCity_Documents_Excel_Forms_FormControlType_Button">Button</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IButton.html">IButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_CheckBox">CheckBox</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.ICheckBox.html">ICheckBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_DropDown">DropDown</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IDropDown.html">IDropDown</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_GroupBox">GroupBox</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IGroupBox.html">IGroupBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_Label">Label</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.ILabel.html">ILabel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_ListBox">ListBox</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IListBox.html">IListBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_OptionButton">OptionButton</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IOptionButton.html">IOptionButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_ScrollBar">ScrollBar</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.IScrollBar.html">IScrollBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_FormControlType_Spinner">Spinner</td>
        <td><p>The type of this control is <a class="xref" href="GrapeCity.Documents.Excel.Forms.ISpinner.html">ISpinner</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
