The 'ComboBoxGetImeMode' function returns the value of IME mode of ComboBox object.
int @ComboBoxGetImeMode(string class_name);
Parameters
string class_name : Class name of ComboBox 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 = @ComboBoxGetImeMode("ComboBox1");
Description : The value of IME mode of 'ComboBox1' is stored in the variable named 'mode'.
Version Information
Supported Version : 10.2.1 or higher
Relate items)