virtual bool SetConversionMode(const UInt32 convMode);
SetConversionMode sets the conversion mode. Base class version does nothing. The conversion modes vary depending on the language used. The IME state can be overridden by calling this method.
Parameters |
Description |
const UInt32 convMode |
Conversion mode that is set; specific to each language and possible values are ALPHANUMERIC_HALF, ALPHANUMERIC_FULL, language specific modes. |
A Boolean value of true if the conversion modes of the current language is used. Will return false if any other conversion modes are used.