The 'EditBoxSetImeMode' function changes IME mode of EditBox object.
void @EditBoxSetImeMode(string class_name, int mode);
Parameters
string class_name : class name of EditBox object
int mode : value of IME mode (Inherit = -1, NoControl = 0, On = 1, Off = 2, Disable = 3, Hiragana = 4, Katakana = 5, KatakanaHalf = 6, AlphaFull = 7, Alpha = 8, HangulFull = 9, Hangul = 10, Close = 11, OnHalf = 12)
Return Value
none
Example
@EditBoxSetImeMode("EditBox1", 10);
Description : IME mode of 'EditBox1' is changed into '10'(Hangul).
Version Information
supported version: 10.2.1 or higher
Reference