[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Util.BaseControls.ScrollableControl.OnImeStartComposition

OnImeStartComposition Method

OnImeStartComposition()

Called when the control receives a WM_IME_STARTCOMPOSITION message.

Declaration
protected virtual void OnImeStartComposition()
Remarks

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.