# C1.Win.C1Input.GrapeCity.Framework.Input.Ime

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime" class="text-break">Ime Class
</h1>
  <div class="markdown level0 summary"><p>Defines the ime device that is a bridge between application and ime.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Ime</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.html">C1.Win.C1Input.GrapeCity.Framework.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Ime : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class Ime
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime__ctor_System_Windows_Forms_IWin32Window_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.#ctor(System.Windows.Forms.IWin32Window)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.-ctor.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime__ctor_System_Windows_Forms_IWin32Window_">Ime(IWin32Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.html">Ime</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime__ctor_System_Windows_Forms_IWin32Window_C1_Win_C1Input_GrapeCity_Framework_Input_ImeType_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.#ctor(System.Windows.Forms.IWin32Window,C1.Win.C1Input.GrapeCity.Framework.Input.ImeType)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.-ctor.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime__ctor_System_Windows_Forms_IWin32Window_C1_Win_C1Input_GrapeCity_Framework_Input_ImeType_">Ime(IWin32Window, ImeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.html">Ime</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_CandidateWindows" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.CandidateWindows">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.CandidateWindows.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_CandidateWindows">CandidateWindows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of candiate window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_CompositionWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.CompositionWindow">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.CompositionWindow.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_CompositionWindow">CompositionWindow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the composition window of current ime device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Enable" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Enable">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Enable.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Enable">Enable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the enable status of the ime device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeType" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeType">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeType.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeType">ImeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the ime device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_IsActive" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.IsActive">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.IsActive.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_IsActive">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <b>bool</b> indicates the ime device is active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_IsEditing" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.IsEditing">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.IsEditing.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_IsEditing">IsEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a flag indicates whether the ime is opening and has inputed string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Language" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Language">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Language.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Language">Language</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the language of the ime device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_StatusWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.StatusWindow">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.StatusWindow.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_StatusWindow">StatusWindow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the status window of current ime device.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ConvertToConversionList_System_String_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ConvertToConversionList(System.String)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ConvertToConversionList.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ConvertToConversionList_System_String_">ConvertToConversionList(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fetch the result strings from a specified reading string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ConvertToReverseConversionList_System_String_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ConvertToReverseConversionList(System.String)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ConvertToReverseConversionList.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ConvertToReverseConversionList_System_String_">ConvertToReverseConversionList(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fecth reading strings from a specified result string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Dispose" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Dispose">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Dispose.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Dispose the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.html">Ime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_SimulateHotKey_C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.SimulateHotKey(C1.Win.C1Input.GrapeCity.Framework.Input.ImeHotKeys)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.SimulateHotKey.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_SimulateHotKey_C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_">SimulateHotKey(ImeHotKeys)</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates the specified IME hot key, causing the same response as if the user
had pressed the hot key in the related window.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Activated" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Activated">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Activated.html">Activated</a>
        </td>
        <td class="markdown level1 summary"><p>An event raised when the ime has been activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_Deactivated" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Deactivated">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.Deactivated.html">Deactivated</a>
        </td>
        <td class="markdown level1 summary"><p>An event raised when the ime has been deactivated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
