# GrapeCity.Spreadsheet.ImeMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_ImeMode" data-uid="GrapeCity.Spreadsheet.ImeMode" class="text-break">ImeMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a value that determines the Input Method Editor (IME) status.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ImeMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImeMode : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImeMode As Byte</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="GrapeCity_Spreadsheet_ImeMode_Disabled">Disabled</td>
        <td><p>The IME is disabled. With this setting, the users cannot turn the IME on from the keyboard, and the IME floating window is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_FullAlpha">FullAlpha</td>
        <td><p>Alphanumeric double-byte characters. This setting is valid for Korean and Japanese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_FullHangul">FullHangul</td>
        <td><p>Hangul DBC. This setting is valid for the Korean IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_FullKatakana">FullKatakana</td>
        <td><p>Katakana DBC. This setting is valid for the Japanese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_HalfAlpha">HalfAlpha</td>
        <td><p>Alphanumeric single-byte characters(SBC). This setting is valid for Korean and Japanese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_HalfHangul">HalfHangul</td>
        <td><p>Hangul SBC. This setting is valid for the Korean IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_HalfKatakana">HalfKatakana</td>
        <td><p>Katakana SBC. This setting is valid for the Japanese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_Hiragana">Hiragana</td>
        <td><p>Hiragana DBC. This setting is valid for the Japanese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_NoControl">NoControl</td>
        <td><p>IME Mode is not controlled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_Off">Off</td>
        <td><p>The IME is off. This mode indicates that the IME is off, meaning that the object behaves the same as English entry mode. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ImeMode_On">On</td>
        <td><p>The IME is on. This value indicates that the IME is on and characters specific to Chinese or Japanese can be entered. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
