void EnableIME(bool enable);
EnableIME enables/disables IME. The method is used when users want to disable IME on certain special purpose textfields such as the ones that take only numbers as input or the password textfield.
Parameters |
Description |
bool enable |
A Boolean value of true if the IME is disabled on certain text fields. |