# C1.Win.Input.C1ComboBox.GetDropDownItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Input_C1ComboBox_GetDropDownItem_" data-uid="C1.Win.Input.C1ComboBox.GetDropDownItem*">GetDropDownItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Input_C1ComboBox_GetDropDownItem_" data-uid="C1.Win.Input.C1ComboBox.GetDropDownItem*"></a>
<h4 id="C1_Win_Input_C1ComboBox_GetDropDownItem_C1_Win_Accessibility_UiaItem_" data-uid="C1.Win.Input.C1ComboBox.GetDropDownItem(C1.Win.Accessibility.UiaItem)">GetDropDownItem(UiaItem)</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="../C1.Win.10/C1.Win.Accessibility.UiaItem.html">UiaItem</a> from the drop down part of this <a class="xref" href="C1.Win.Input.Base.C1DropDownControlBase.html">C1DropDownControlBase</a> control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override UiaItem GetDropDownItem(UiaItem uiaItem)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function GetDropDownItem(uiaItem As UiaItem) As UiaItem</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="../C1.Win.10/C1.Win.Accessibility.UiaItem.html">UiaItem</a></td>
      <td><span class="parametername">uiaItem</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.UiaItem.html">UiaItem</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.Input.Base.C1DropDownControlBase.GetDropDownItem.html#C1_Win_Input_Base_C1DropDownControlBase_GetDropDownItem_C1_Win_Accessibility_UiaItem_">C1DropDownControlBase.GetDropDownItem(UiaItem)</a></div>
</div>
