# FarPoint.Win.Spread.CellType.FpList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_FpList" data-uid="FarPoint.Win.Spread.CellType.FpList" class="text-break">FpList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a list box control.</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.listbox">ListBox</a></div>
    <div class="level6"><span class="xref">FpList</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.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_FpList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpList : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpList
    Inherits ListBox
    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_Spread_CellType_FpList__ctor" data-uid="FarPoint.Win.Spread.CellType.FpList.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.-ctor.html#FarPoint_Win_Spread_CellType_FpList__ctor">FpList()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new list box control.</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_CellType_FpList_ImageList" data-uid="FarPoint.Win.Spread.CellType.FpList.ImageList">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.ImageList.html#FarPoint_Win_Spread_CellType_FpList_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list of a combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FpList_ItemData" data-uid="FarPoint.Win.Spread.CellType.FpList.ItemData">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.ItemData.html#FarPoint_Win_Spread_CellType_FpList_ItemData">ItemData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item data list of a combo box.</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_CellType_FpList_DrawListBoxItem_System_String_System_Windows_Forms_ImageList_System_Windows_Forms_DrawItemEventArgs_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.FpList.DrawListBoxItem(System.String,System.Windows.Forms.ImageList,System.Windows.Forms.DrawItemEventArgs,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.DrawListBoxItem.html#FarPoint_Win_Spread_CellType_FpList_DrawListBoxItem_System_String_System_Windows_Forms_ImageList_System_Windows_Forms_DrawItemEventArgs_System_Boolean_">DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws one of the list box items.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FpList_DrawListBoxItem_System_String_System_Windows_Forms_ImageList_System_Windows_Forms_DrawItemEventArgs_System_Boolean_System_Windows_Forms_SelectionMode_System_Drawing_Color_System_Drawing_Color_" data-uid="FarPoint.Win.Spread.CellType.FpList.DrawListBoxItem(System.String,System.Windows.Forms.ImageList,System.Windows.Forms.DrawItemEventArgs,System.Boolean,System.Windows.Forms.SelectionMode,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.DrawListBoxItem.html#FarPoint_Win_Spread_CellType_FpList_DrawListBoxItem_System_String_System_Windows_Forms_ImageList_System_Windows_Forms_DrawItemEventArgs_System_Boolean_System_Windows_Forms_SelectionMode_System_Drawing_Color_System_Drawing_Color_">DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool, SelectionMode, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws one of the list box items.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FpList_OnAfterFocus_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.FpList.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.OnAfterFocus.html#FarPoint_Win_Spread_CellType_FpList_OnAfterFocus_System_EventArgs_">OnAfterFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterFocus event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FpList_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.FpList.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.OnGotFocus.html#FarPoint_Win_Spread_CellType_FpList_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GotFocus event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_CellType_FpList_AfterFocus" data-uid="FarPoint.Win.Spread.CellType.FpList.AfterFocus">
          <a class="xref" href="FarPoint.Win.Spread.CellType.FpList.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control gets focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
