[]
A helper class is used to provides some the helps.
public class ImeHelper
| Name | Description |
|---|---|
| ImeHelper() |
| Name | Description |
|---|---|
| Convert(Ime, string, ConvertMode) | Converts the specified string and determines how the candidate window should appear. |
| GetImeMode(Ime) | Gets the IME mode from the ime device.. |
| GetImeSentenceMode(Ime) | Get the sentence mode from the ime device. |
| SetImeMode(Ime, ImeMode) | Sets the ime mode to the ime device. |
| SetImeSentenceMode(Ime, ImeSentenceMode) | Set the special sentence mode to ime device. |