Enum IMEInteraction
Choose to display the the IME in a window or inline. (Scintilla feature SC_IME_)
public enum IMEInteraction
Fields
INLINE = 1
WINDOWED = 0
Choose to display the the IME in a window or inline. (Scintilla feature SC_IME_)
public enum IMEInteraction
INLINE = 1
WINDOWED = 0