# FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer" class="text-break">EnhancedFocusIndicatorRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the renderer for drawing the border around the active cell (that has focus).</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">EnhancedFocusIndicatorRenderer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IFocusIndicatorRenderer.html">IFocusIndicatorRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_nd))]
public class EnhancedFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_nd))&gt;
Public Class EnhancedFocusIndicatorRenderer
    Implements IFocusIndicatorRenderer, ISerializeSupport</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="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer__ctor">EnhancedFocusIndicatorRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for drawing the border around the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer__ctor_System_Int32_" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.#ctor(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer__ctor_System_Int32_">EnhancedFocusIndicatorRenderer(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for drawing the border, with the specified thickness, around the active cell.</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="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Thickness" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Thickness">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Thickness.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness in pixels of the enhanced focus indicator.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Clone" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Clone">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Clone.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a copy of the picture.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Deserialize.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Paint.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">Paint(Graphics, int, int, int, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the default focus indicator using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.Serialize.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_ToString" data-uid="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.ToString">
          <a class="xref" href="FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer.ToString.html#FarPoint_Win_Spread_EnhancedFocusIndicatorRenderer_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
