# C1.Win.Input.Base.C1DropDownEditorBase.Select

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Input_Base_C1DropDownEditorBase_Select_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Select*">Select Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Input_Base_C1DropDownEditorBase_Select_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Select*"></a>
<h4 id="C1_Win_Input_Base_C1DropDownEditorBase_Select_System_Int32_System_Int32_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Select(System.Int32,System.Int32)">Select(int, int)</h4>
<div class="markdown level1 summary"><p>Selects a range of text in the drop down control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Select(int start, int length)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub [Select](start As Integer, length As Integer)</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.int32">int</a></td>
      <td><span class="parametername">start</span></td>
      <td><p>The position of the first character in the current text selection within the drop down control.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">length</span></td>
      <td><p>The number of characters to select.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.Win.Input.Base.IDropDownEditorBase.Select.html#C1_Win_Input_Base_IDropDownEditorBase_Select_System_Int32_System_Int32_">IDropDownEditorBase.Select(int, int)</a></div>
</div>
