# FarPoint.Win.FpCombo.DrawListBoxItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_FpCombo_DrawListBoxItem_" data-uid="FarPoint.Win.FpCombo.DrawListBoxItem*">DrawListBoxItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_FpCombo_DrawListBoxItem_" data-uid="FarPoint.Win.FpCombo.DrawListBoxItem*"></a>
<h4 id="FarPoint_Win_FpCombo_DrawListBoxItem_System_Windows_Forms_ListBox_System_Windows_Forms_DrawItemEventArgs_" data-uid="FarPoint.Win.FpCombo.DrawListBoxItem(System.Windows.Forms.ListBox,System.Windows.Forms.DrawItemEventArgs)">DrawListBoxItem(ListBox, DrawItemEventArgs)</h4>
<div class="markdown level1 summary"><p>Draws one of the list box items.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawListBoxItem(ListBox ctlListBox, DrawItemEventArgs e)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub DrawListBoxItem(ctlListBox As ListBox, e As DrawItemEventArgs)</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.windows.forms.listbox">ListBox</a></td>
      <td><span class="parametername">ctlListBox</span></td>
      <td><p>List box control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.drawitemeventargs">DrawItemEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>DrawItem event that contains the item</p>
</td>
    </tr>
  </tbody>
</table>
</div>
