# FarPoint.Win.FontSelector

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_FontSelector" data-uid="FarPoint.Win.FontSelector" class="text-break">FontSelector Class
</h1>
  <div class="markdown level0 summary"><p>Represents the font selector.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.listcontrol">ListControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.combobox">ComboBox</a></div>
    <div class="level6"><span class="xref">FontSelector</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</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.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_FontSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontSelector : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontSelector
    Inherits ComboBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, 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_FontSelector__ctor" data-uid="FarPoint.Win.FontSelector.#ctor">
          <a class="xref" href="FarPoint.Win.FontSelector.-ctor.html#FarPoint_Win_FontSelector__ctor">FontSelector()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new font selector.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector__ctor_System_Boolean_" data-uid="FarPoint.Win.FontSelector.#ctor(System.Boolean)">
          <a class="xref" href="FarPoint.Win.FontSelector.-ctor.html#FarPoint_Win_FontSelector__ctor_System_Boolean_">FontSelector(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new font selector.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector__ctor_System_Boolean_System_String_" data-uid="FarPoint.Win.FontSelector.#ctor(System.Boolean,System.String)">
          <a class="xref" href="FarPoint.Win.FontSelector.-ctor.html#FarPoint_Win_FontSelector__ctor_System_Boolean_System_String_">FontSelector(bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new font selector.</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_FontSelector_HideImage" data-uid="FarPoint.Win.FontSelector.HideImage">
          <a class="xref" href="FarPoint.Win.FontSelector.HideImage.html#FarPoint_Win_FontSelector_HideImage">HideImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to hide the image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector_RenderListWithFont" data-uid="FarPoint.Win.FontSelector.RenderListWithFont">
          <a class="xref" href="FarPoint.Win.FontSelector.RenderListWithFont.html#FarPoint_Win_FontSelector_RenderListWithFont">RenderListWithFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to render the font list items with their respective font.</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_FontSelector_OnDrawItem_System_Windows_Forms_DrawItemEventArgs_" data-uid="FarPoint.Win.FontSelector.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
          <a class="xref" href="FarPoint.Win.FontSelector.OnDrawItem.html#FarPoint_Win_FontSelector_OnDrawItem_System_Windows_Forms_DrawItemEventArgs_">OnDrawItem(DrawItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the item is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector_OnDropDown_System_EventArgs_" data-uid="FarPoint.Win.FontSelector.OnDropDown(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FontSelector.OnDropDown.html#FarPoint_Win_FontSelector_OnDropDown_System_EventArgs_">OnDropDown(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when dropped down.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector_OnMeasureItem_System_Windows_Forms_MeasureItemEventArgs_" data-uid="FarPoint.Win.FontSelector.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
          <a class="xref" href="FarPoint.Win.FontSelector.OnMeasureItem.html#FarPoint_Win_FontSelector_OnMeasureItem_System_Windows_Forms_MeasureItemEventArgs_">OnMeasureItem(MeasureItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the item is measured.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FontSelector_RefreshList" data-uid="FarPoint.Win.FontSelector.RefreshList">
          <a class="xref" href="FarPoint.Win.FontSelector.RefreshList.html#FarPoint_Win_FontSelector_RefreshList">RefreshList()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
