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

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeSentenceMode" class="text-break">Ime.ImeSentenceMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the sentence mode</p>
</div>
  <div class="markdown level0 conceptual"></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_ImeSentenceMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Ime.ImeSentenceMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Ime.ImeSentenceMode</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="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_Automatic">Automatic</td>
        <td><p>The IME carries out conversion processing in automatic mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_Conversation">Conversation</td>
        <td><p>The IME uses conversation mode. This is useful for chat applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_None">None</td>
        <td><p>No information for sentence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_PhrasePredict">PhrasePredict</td>
        <td><p>The IME uses phrase information to predict the next character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_PluralClause">PluralClause</td>
        <td><p>The IME uses plural clause information to carry out conversion processing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeSentenceMode_SingleConvert">SingleConvert</td>
        <td><p>The IME carries out conversion processing in single-character mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
