[]
Determines how the IME should handle sentences.
public enum ImeSentenceMode
| Name | Description |
|---|---|
| BiasForNames | The IME uses plural clause information to carry out conversion processing. |
| BiasForSpeech | The IME uses conversation mode. This is useful for chat applications. |
| Direct | No information for sentence. |
| Inherit | Inherit the IME sentence mode of the parent control. |
| NoControl | Do not control the IME sentence mode. |
| Normal | Use phrase information to predict the next character. |