# GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode*">ImeMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode">ImeMode</h4>
<div class="markdown level1 summary"><p>Gets or sets the Input Method Editor (IME) mode of the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ImeMode ImeMode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ImeMode 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. The default is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode#system-windows-forms-imemode-inherit">Inherit</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>An IME is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, using a standard keyboard. The <b>ImeMode</b> property is typically set to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode#system-windows-forms-imemode-off">Off</a> for a control that is intended to only enter numeric values. The ImeMode property value is set to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode#system-windows-forms-imemode-nocontrol">NoControl</a> for the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a> class.</p>
<p></p>
Most classes that do not directly support Input Method Editors, or allow direct input from an IME, will set the value of this property to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode#system-windows-forms-imemode-nocontrol">NoControl</a>.
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.invalidenumargumentexception">InvalidEnumArgumentException</a></td>
      <td><p>The assigned value is not one of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode">ImeMode</a> enumeration values.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode">DefaultImeMode</a></div>
</div>
</div>
