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

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCompositionDetails" class="text-break">Ime.ImeCompositionDetails Enum
</h1>
  <div class="markdown level0 summary"><p>An <b>enum</b> indicates the details of the composition.</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_ImeCompositionDetails_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Ime.ImeCompositionDetails</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Ime.ImeCompositionDetails</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_ImeCompositionDetails_Attribute">Attribute</td>
        <td><p>The attribute of the composition string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_Clause">Clause</td>
        <td><p>The clause information of the composition string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_CursorPosition">CursorPosition</td>
        <td><p>The cursor position in composition string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_DeltaStart">DeltaStart</td>
        <td><p>The starting position of any changes in composition string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ReadingAttribute">ReadingAttribute</td>
        <td><p>The attributes of the reading string of the current composition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ReadingClause">ReadingClause</td>
        <td><p>The clause information of the reading string of the composition string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ReadingString">ReadingString</td>
        <td><p>The reading string of the current composition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ResultClause">ResultClause</td>
        <td><p>The clause information of the result string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ResultReadingClause">ResultReadingClause</td>
        <td><p>The clause information of the reading string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ResultReadingString">ResultReadingString</td>
        <td><p>The reading string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_ResultString">ResultString</td>
        <td><p>The string of the composition result.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCompositionDetails_String">String</td>
        <td><p>The current composition string.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
