The 'ComboBoxSetImeMode' function changes IME mode of ComboBox object.
void @ComboBoxSetImeMode(string class_name, int mode);
Parameters
string class_name : Class name of ComboBox 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
@ComboBoxSetImeMode("ComboBox1", 10);
Description : IME mode of 'ComboBox1' is changed into '10'(Hangul).
Version Information
Supported Version : 10.2.1 or higher
Relate items)