# FarPoint.Win.Spread.CellType.FlatColumnFooterRenderer.GetPaintSpecialActiveSelectionRegion

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_FlatColumnFooterRenderer_GetPaintSpecialActiveSelectionRegion_" data-uid="FarPoint.Win.Spread.CellType.FlatColumnFooterRenderer.GetPaintSpecialActiveSelectionRegion*">GetPaintSpecialActiveSelectionRegion Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_FlatColumnFooterRenderer_GetPaintSpecialActiveSelectionRegion_" data-uid="FarPoint.Win.Spread.CellType.FlatColumnFooterRenderer.GetPaintSpecialActiveSelectionRegion*"></a>
<h4 id="FarPoint_Win_Spread_CellType_FlatColumnFooterRenderer_GetPaintSpecialActiveSelectionRegion_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_" data-uid="FarPoint.Win.Spread.CellType.FlatColumnFooterRenderer.GetPaintSpecialActiveSelectionRegion(System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance)">GetPaintSpecialActiveSelectionRegion(Rectangle, Appearance)</h4>
<div class="markdown level1 summary"><p>Supports getting the region that paints the special active selection like Office 2013.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override Region GetPaintSpecialActiveSelectionRegion(Rectangle r, Appearance appearance)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function GetPaintSpecialActiveSelectionRegion(r As Rectangle, appearance As Appearance) As Region</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Location and size of a rectangular region for painting the cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Appearance.html">Appearance</a></td>
      <td><span class="parametername">appearance</span></td>
      <td><p>Appearance settings of the renderer control.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.region">Region</a></td>
      <td><p>The region that paints the special active selection</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Win.Spread.CellType.BaseHeaderFlatStyleRenderer.GetPaintSpecialActiveSelectionRegion.html#FarPoint_Win_Spread_CellType_BaseHeaderFlatStyleRenderer_GetPaintSpecialActiveSelectionRegion_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_">BaseHeaderFlatStyleRenderer.GetPaintSpecialActiveSelectionRegion(Rectangle, Appearance)</a></div>
</div>
