# GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance" class="text-break">FlatButtonAppearance Class
</h1>
  <div class="markdown level0 summary"><p>Represents the <b>FlatButtonAppearance</b> class.</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"><span class="xref">FlatButtonAppearance</span></div>
  </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_FlatButtonAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(FlatButtonAppearanceConverter))]
public sealed class FlatButtonAppearance</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(FlatButtonAppearanceConverter))&gt;
Public NotInheritable Class FlatButtonAppearance</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="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance__ctor">FlatButtonAppearance()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.html">FlatButtonAppearance</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Win_Spread_InputMan_CellType_FlatButtonAppearance_BorderColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.BorderColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.BorderColor.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border around the button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_BorderSize" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.BorderSize">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.BorderSize.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_BorderSize">BorderSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the size, in pixels, of the border around the button.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_CheckedBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.CheckedBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.CheckedBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_CheckedBackColor">CheckedBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the client area of the button when the button is checked and the mouse pointer is outside the boundary of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_MouseDownBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.MouseDownBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.MouseDownBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_MouseDownBackColor">MouseDownBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the client area of the button when the mouse is pressed within the boundary of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_MouseOverBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.MouseOverBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FlatButtonAppearance.MouseOverBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_FlatButtonAppearance_MouseOverBackColor">MouseOverBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the client area of the button when the mouse pointer is within the boundary of the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
