[]
Converts the specified string and determines how the candidate window should appear.
public static void Convert(Ime ime, string convertString, ConvertMode mode)
Public Shared Sub Convert(ime As Ime, convertString As String, mode As ConvertMode)
| Type | Name | Description |
|---|---|---|
| Ime | ime | An Ime indicates the ime device. |
| string | convertString | A string to convert. |
| ConvertMode | mode | A ConvertMode enumeration that represents how to process the candidate window. |