# GrapeCity.Documents.Excel.Forms.IListBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IListBox" data-uid="GrapeCity.Documents.Excel.Forms.IListBox" class="text-break">IListBox Interface
</h1>
  <div class="markdown level0 summary"><p>The list box control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IListBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IListBox : IControl&lt;IListBox&gt;, ISelector&lt;ListBoxItem&gt;, ISelector, ICellLinkControl&lt;int&gt;, ICellLinkControl, IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IListBox
    Inherits IControl(Of IListBox), ISelector(Of ListBoxItem), ISelector, ICellLinkControl(Of Integer), ICellLinkControl, IControl</code></pre>
  </div>
  <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="GrapeCity_Documents_Excel_Forms_IListBox_SelectedItems" data-uid="GrapeCity.Documents.Excel.Forms.IListBox.SelectedItems">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IListBox.SelectedItems.html#GrapeCity_Documents_Excel_Forms_IListBox_SelectedItems">SelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the currently selected items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IListBox_SelectionMode" data-uid="GrapeCity.Documents.Excel.Forms.IListBox.SelectionMode">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IListBox.SelectionMode.html#GrapeCity_Documents_Excel_Forms_IListBox_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>The selection mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
