# FarPoint.Win.Spread.FpScrollBar.DefaultImeMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpScrollBar_DefaultImeMode_" data-uid="FarPoint.Win.Spread.FpScrollBar.DefaultImeMode*">DefaultImeMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpScrollBar_DefaultImeMode_" data-uid="FarPoint.Win.Spread.FpScrollBar.DefaultImeMode*"></a>
<h4 id="FarPoint_Win_Spread_FpScrollBar_DefaultImeMode" data-uid="FarPoint.Win.Spread.FpScrollBar.DefaultImeMode">DefaultImeMode</h4>
<div class="markdown level1 summary"><p>Gets the default Input Method Editor (IME) mode supported by 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 ImeMode DefaultImeMode { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides ReadOnly Property DefaultImeMode As ImeMode</code></pre>
</div>
<h5 class="propertyValue">Property Value</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode">ImeMode</a></td>
      <td><p>One of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode">ImeMode</a> values.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultimemode">Control.DefaultImeMode</a></div>
</div>
