[]
Determines how to handle the IME candidate window.
public enum ConvertMode
| 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. |