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

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeCandidateListStyle" class="text-break">Ime.ImeCandidateListStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the style of the candidate list.</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_ImeCandidateListStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Ime.ImeCandidateListStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Ime.ImeCandidateListStyle</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_ImeCandidateListStyle_Code">Code</td>
        <td><p>Candidates are in a code range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle_Meaning">Meaning</td>
        <td><p>Candidates are in same meaning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle_Radical">Radical</td>
        <td><p>Candidates use same radical character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle_Read">Read</td>
        <td><p>Candidates are in same reading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle_Stroke">Stroke</td>
        <td><p>Candidates are in same number of strokes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_Ime_ImeCandidateListStyle_Unknown">Unknown</td>
        <td><p>Candidates are in a style other than listed here.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
