The 'EditBoxGetImeMode' function returns the value of IME mode of EditBox object.
int @EditBoxGetImeMode(string class_name);
Parameters
string class_name : class name of EditBox object
Return Value
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)
Example
mode = @EditBoxGetImeMode("EditBox1");
Description : The value of IME mode of 'EditBox1' is stored in the variable named 'mode'.
Version Information
supported version: 10.2.1 or higher
Reference