ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateListStyle Enumeration

In This Topic
    Ime.ImeCandidateListStyle Enumeration
    In This Topic
    Defines the style of the candidate list.
    Syntax
    'Declaration
     
    
    Public Enum Ime.ImeCandidateListStyle 
       Inherits System.Enum
    public enum Ime.ImeCandidateListStyle : System.Enum 
    Members
    MemberDescription
    CodeCandidates are in a code range.
    MeaningCandidates are in same meaning.
    RadicalCandidates use same radical character.
    ReadCandidates are in same reading.
    StrokeCandidates are in same number of strokes.
    UnknownCandidates are in a style other than listed here.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeCandidateListStyle

    See Also