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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode*">DefaultImeMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode">DefaultImeMode</h4>
<div class="markdown level1 summary"><p>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</p>
<p></p>
Gets the default Input Method Editor (IME) mode supported by the control.
</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 System.Windows.Forms.ImeMode values.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows.ElementContainerControl.DefaultImeMode</span></div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>An Input Method Editor (IME) is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.</p>
<p></p>
As implemented in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> class, this property always returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imemode#system-windows-forms-imemode-inherit">Inherit</a> value. The Inherit value specifies that the IME mode is inherited from the parent control.
<p></p><b>Notes to Inheritors:</b><p></p>
When overriding the <b>DefaultImeMode</b> property in a derived class, use the base class's <b>DefaultImeMode</b> property to extend the base implementation; otherwise, you must provide all the implementation.
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode">ImeMode</a></div>
</div>
</div>
