IMENativeWrapper
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:TelerikCommon.dll
Syntax:
C#
public static class IMENativeWrapper
Inheritance: objectIMENativeWrapper
Fields
C#
public const int CPS_CANCEL = 4
C#
public const int GCS_COMPSTR = 8
C#
public const int GCS_RESULTSTR = 2048
C#
public const int NI_COMPOSITIONSTR = 21
C#
public const int WM_IME_CHAR = 646
C#
public const int WM_IME_COMPOSITION = 271
C#
public const int WM_IME_ENDCOMPOSITION = 270
C#
public const int WM_IME_STARTCOMPOSITION = 269
Methods
C#
public static extern int ImmGetCompositionStringW(IntPtr hIMC, int dwIndex, StringBuilder lpBuf, int dwBufLen)
C#
public static extern bool ImmGetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
C#
public static extern bool ImmSetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
C#
public static extern int TF_CreateThreadMgr(out IMENativeWrapper.ITfThreadMgr threadMgr)