# FarPoint.Win.Spread.SpreadView.SetInputMap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadView_SetInputMap_" data-uid="FarPoint.Win.Spread.SpreadView.SetInputMap*">SetInputMap Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadView_SetInputMap_" data-uid="FarPoint.Win.Spread.SpreadView.SetInputMap*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SetInputMap_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_InputMap_" data-uid="FarPoint.Win.Spread.SpreadView.SetInputMap(FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.InputMap)">SetInputMap(InputMapMode, InputMap)</h4>
<div class="markdown level1 summary"><p>Sets the input map for the view for the specified focus mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void SetInputMap(InputMapMode inputMapMode, InputMap value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub SetInputMap(inputMapMode As InputMapMode, value As InputMap)</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="FarPoint.Win.Spread.InputMapMode.html">InputMapMode</a></td>
      <td><span class="parametername">inputMapMode</span></td>
      <td><p>Focus mode (control or child of the control)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.InputMap.html">InputMap</a></td>
      <td><span class="parametername">value</span></td>
      <td><p><a class="xref" href="FarPoint.Win.Spread.InputMap.html">InputMap</a> object</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SpreadView_SetInputMap_" data-uid="FarPoint.Win.Spread.SpreadView.SetInputMap*"></a>
<h4 id="FarPoint_Win_Spread_SpreadView_SetInputMap_FarPoint_Win_Spread_InputMapMode_FarPoint_Win_Spread_OperationMode_FarPoint_Win_Spread_InputMap_" data-uid="FarPoint.Win.Spread.SpreadView.SetInputMap(FarPoint.Win.Spread.InputMapMode,FarPoint.Win.Spread.OperationMode,FarPoint.Win.Spread.InputMap)">SetInputMap(InputMapMode, OperationMode, InputMap)</h4>
<div class="markdown level1 summary"><p>Sets the input map for the view for the specified focus mode and operation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void SetInputMap(InputMapMode inputMapMode, OperationMode operationMode, InputMap value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub SetInputMap(inputMapMode As InputMapMode, operationMode As OperationMode, value As InputMap)</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="FarPoint.Win.Spread.InputMapMode.html">InputMapMode</a></td>
      <td><span class="parametername">inputMapMode</span></td>
      <td><p>Focus mode (control or child of the control)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.OperationMode.html">OperationMode</a></td>
      <td><span class="parametername">operationMode</span></td>
      <td><p>Operation mode</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.InputMap.html">InputMap</a></td>
      <td><span class="parametername">value</span></td>
      <td><p><a class="xref" href="FarPoint.Win.Spread.InputMap.html">InputMap</a> object</p>
</td>
    </tr>
  </tbody>
</table>
</div>
