# FarPoint.Win.Spread.CustomFocusIndicatorRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer" class="text-break">CustomFocusIndicatorRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom renderer of the focus indicator.</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">CustomFocusIndicatorRenderer</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_CustomFocusIndicatorRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_ne))]
public class CustomFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_ne))&gt;
Public Class CustomFocusIndicatorRenderer
    Implements IFocusIndicatorRenderer, ISerializeSupport, IDisposable</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_CustomFocusIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor">CustomFocusIndicatorRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Drawing_Bitmap_System_Int32_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Drawing.Bitmap,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Drawing_Bitmap_System_Int32_">CustomFocusIndicatorRenderer(Bitmap, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator with the specified bitmap and thickness.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Int32_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Int32_">CustomFocusIndicatorRenderer(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator with the specified line thickness.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Object_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Object_">CustomFocusIndicatorRenderer(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom focus indicator by copying another.</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_CustomFocusIndicatorRenderer_Bitmap" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Bitmap">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Bitmap.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Bitmap">Bitmap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bitmap to use for rendering the custom focus indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Thickness" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Thickness">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Thickness.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness in pixels of the custom 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_CustomFocusIndicatorRenderer_Clone" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Clone.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_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_CustomFocusIndicatorRenderer_Dispose" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Dispose">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Dispose.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.Dispose.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Cleans up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer_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.CustomFocusIndicatorRenderer.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.CustomFocusIndicatorRenderer.Paint.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_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 custom focus indicator using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer_ToString" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.ToString">
          <a class="xref" href="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.ToString.html#FarPoint_Win_Spread_CustomFocusIndicatorRenderer_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the renderer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
