ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeSentenceMode Enumeration

In This Topic
    Ime.ImeSentenceMode Enumeration
    In This Topic
    Defines the sentence mode
    Syntax
    'Declaration
     
    
    Public Enum Ime.ImeSentenceMode 
       Inherits System.Enum
    public enum Ime.ImeSentenceMode : System.Enum 
    Members
    MemberDescription
    AutomaticThe IME carries out conversion processing in automatic mode.
    ConversationThe IME uses conversation mode. This is useful for chat applications.
    NoneNo information for sentence.
    PhrasePredictThe IME uses phrase information to predict the next character.
    PluralClauseThe IME uses plural clause information to carry out conversion processing.
    SingleConvertThe IME carries out conversion processing in single-character mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.GrapeCity.Framework.Input.Ime.ImeSentenceMode

    See Also