[]
Called when the control receives a WM_IME_STARTCOMPOSITION message.
protected virtual void OnImeStartComposition()
The WM_IME_STARTCOMPOSITION message is sent immediately before the IME generates the composition string as a result of a keystroke. The message is a notification to an IME window to open its composition window. An application should process this message if it displays composition characters itself.