# FarPoint.Web.Spread.ImeMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_ImeMode" data-uid="FarPoint.Web.Spread.ImeMode" class="text-break">ImeMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the state of an Input Method Editor (IME) for using a Western keyboard for entering East Asian characters.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ImeMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImeMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImeMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Spread_ImeMode_Active">Active</td>
        <td><p>All characters are entered through the IME. Users can still deactivate the IME.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ImeMode_Auto">Auto</td>
        <td><p>IME state is not affected. This is the same as not specifying the Input Method Editor state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ImeMode_Disabled">Disabled</td>
        <td><p>IME is completely disabled. Users cannot activate the IME if the control has focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ImeMode_Inactive">Inactive</td>
        <td><p>All characters are entered without IME. Users can still activate the IME.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
