FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid.Util.BaseControls Namespace / ScrollableControl Class / OnImeStartComposition Method

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