[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.ConvertMode

ConvertMode Enum

Determines how to handle the IME candidate window.

Namespace: C1.Win.Input.GrapeCity.Framework.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum ConvertMode

Fields

Name Description
FirstInCandidate

Convert the composition string and pick the first in the candidate window.

NoCandidate

Clear the composition string and set the status to no composition string.

ShowCandidate

Convert the composition string and show the candidate window.