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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow" class="text-break">Ime.ImeWindow Class
</h1>
  <div class="markdown level0 summary"><p>Defines the base class of all ime window.</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.ImeWindow</span></div>
      <div class="level2"><a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCandidateWindow.html">Ime.ImeCandidateWindow</a></div>
      <div class="level2"><a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionWindow.html">Ime.ImeCompositionWindow</a></div>
      <div class="level2"><a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeStatusWindow.html">Ime.ImeStatusWindow</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_ImeWindow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Ime.ImeWindow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Ime.ImeWindow</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_ImeWindow__ctor_C1_Win_C1Input_GrapeCity_Framework_Input_Ime_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.#ctor(C1.Win.C1Input.GrapeCity.Framework.Input.Ime)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.-ctor.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow__ctor_C1_Win_C1Input_GrapeCity_Framework_Input_Ime_">ImeWindow(Ime)</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.ImeWindow.html">Ime.ImeWindow</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_ImeWindow_Ime" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Ime">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Ime.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Ime">Ime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the device of the ime window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Position" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Position">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Position.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the ime window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Visible" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Visible">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Visible.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <b>bool</b> indicates whether the ime window is visible.</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_ImeWindow_Hide" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Hide">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Hide.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Hide">Hide()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the ime window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Show" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Show">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeWindow.Show.html#C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeWindow_Show">Show()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the ime window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
