# GrapeCity.Win.Spread.InputMan.CellType.FlatStyleEx

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatStyleEx" class="text-break">FlatStyleEx Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the appearance of a control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlatStyleEx</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlatStyleEx</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_Win_Spread_InputMan_CellType_FlatStyleEx_ActiveFlat">ActiveFlat</td>
        <td><p>Specifies that the control uses the active flat style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Flat">Flat</td>
        <td><p>Specifies that the control appears flat.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Office2007Black">Office2007Black</td>
        <td><p>Specifies that the control uses the office2007 black appearance style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Office2007Blue">Office2007Blue</td>
        <td><p>Specifies that the control uses the office2007 blue appearance style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Office2007Silver">Office2007Silver</td>
        <td><p>Specifies that the control uses the office2007 silver appearance style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Popup">Popup</td>
        <td><p>Specifies that the control appears flat until the mouse pointer moves over it, at which point
it appears three-dimensional.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Professional">Professional</td>
        <td><p>Specifies that the control uses the professional appearance style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_Standard">Standard</td>
        <td><p>Specifies that the control appears three-dimensional.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatStyleEx_System">System</td>
        <td><p>Specifies that the appearance of the control is determined by the user's operating system.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
