# FarPoint.Win.Spread.CellType.GeneralEditor.Select

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_GeneralEditor_Select_" data-uid="FarPoint.Win.Spread.CellType.GeneralEditor.Select*">Select Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_GeneralEditor_Select_" data-uid="FarPoint.Win.Spread.CellType.GeneralEditor.Select*"></a>
<h4 id="FarPoint_Win_Spread_CellType_GeneralEditor_Select_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.GeneralEditor.Select(System.Boolean,System.Boolean)">Select(bool, bool)</h4>
<div class="markdown level1 summary"><p>Selects a control using the specified direction in the tab order
from which to select the 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 void Select(bool directed, bool forward)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Sub [Select](directed As Boolean, forward As Boolean)</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.boolean">bool</a></td>
      <td><span class="parametername">directed</span></td>
      <td><p><code>true</code> to specify the direction of the control to select; otherwise, <code>false</code></p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">forward</span></td>
      <td><p><code>true</code> to move forward in the tab order; <code>false</code> to move backward in the tab order</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="../FarPoint.Win/FarPoint.Win.SuperEditBase.Select.html#FarPoint_Win_SuperEditBase_Select_System_Boolean_System_Boolean_">SuperEditBase.Select(bool, bool)</a></div>
</div>
