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

In This Topic
    ConvertMode Enumeration
    In This Topic
    Determines how to handle the IME candidate window.
    Syntax
    'Declaration
     
    
    Public Enum ConvertMode 
       Inherits System.Enum
    public enum ConvertMode : System.Enum 
    Members
    MemberDescription
    FirstInCandidateConvert the composition string and pick the first in the candidate window.
    NoCandidateClear the composition string and set the status to no composition string.
    ShowCandidateConvert the composition string and show the candidate window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.GrapeCity.Framework.Input.ConvertMode

    See Also