C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnImeStartComposition Method

In This Topic
OnImeStartComposition Method (C1FlexGrid)
In This Topic
Called when the control receives a WM_IME_STARTCOMPOSITION message.
Syntax
'Declaration
 
Protected Overridable Sub 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.
See Also