# FarPoint.Web.Spread.Renderer.ListBoxRenderer.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Renderer_ListBoxRenderer__ctor_" data-uid="FarPoint.Web.Spread.Renderer.ListBoxRenderer.#ctor*">ListBoxRenderer Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Renderer_ListBoxRenderer__ctor_" data-uid="FarPoint.Web.Spread.Renderer.ListBoxRenderer.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_ListBoxRenderer__ctor_System_Object___" data-uid="FarPoint.Web.Spread.Renderer.ListBoxRenderer.#ctor(System.Object[])">ListBoxRenderer(object[])</h4>
<div class="markdown level1 summary"><p>Creates a new list box cell renderer control<br>
with the specified items in the list box list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ListBoxRenderer(object[] items)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(items As Object())</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.object">object</a>[]</td>
      <td><span class="parametername">items</span></td>
      <td><p>Items in the list box list, specified as an array</p>
</td>
    </tr>
  </tbody>
</table>
</div>
