Class IMENativeWrapper
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: TelerikCommon.dll
Syntax
public static class IMENativeWrapper
Fields
CPS_CANCEL
Declaration
public const int CPS_CANCEL = 4
Field Value
System.Int32
|
GCS_COMPSTR
Declaration
public const int GCS_COMPSTR = 8
Field Value
System.Int32
|
GCS_RESULTSTR
Declaration
public const int GCS_RESULTSTR = 2048
Field Value
System.Int32
|
NI_COMPOSITIONSTR
Declaration
public const int NI_COMPOSITIONSTR = 21
Field Value
System.Int32
|
WM_IME_CHAR
Declaration
public const int WM_IME_CHAR = 646
Field Value
System.Int32
|
WM_IME_COMPOSITION
Declaration
public const int WM_IME_COMPOSITION = 271
Field Value
System.Int32
|
WM_IME_ENDCOMPOSITION
Declaration
public const int WM_IME_ENDCOMPOSITION = 270
Field Value
System.Int32
|
WM_IME_STARTCOMPOSITION
Declaration
public const int WM_IME_STARTCOMPOSITION = 269
Field Value
System.Int32
|
Methods
ImmAssociateContext(IntPtr, IntPtr)
Declaration
public static IntPtr ImmAssociateContext(IntPtr hWnd, IntPtr hIMC)
Parameters
System.IntPtr
hWnd
|
System.IntPtr
hIMC
|
Returns
System.IntPtr
|
ImmGetCompositionStringW(IntPtr, Int32, StringBuilder, Int32)
Declaration
public static int ImmGetCompositionStringW(IntPtr hIMC, int dwIndex, StringBuilder lpBuf, int dwBufLen)
Parameters
System.IntPtr
hIMC
|
System.Int32
dwIndex
|
System.Text.StringBuilder
lpBuf
|
System.Int32
dwBufLen
|
Returns
System.Int32
|
ImmGetCompositionWindow(IntPtr, ref IMENativeWrapper.CompositionForm)
Declaration
public static bool ImmGetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
Parameters
System.IntPtr
hIMC
|
IMENativeWrapper.CompositionForm
form
|
Returns
System.Boolean
|
ImmGetContext(IntPtr)
Declaration
public static IntPtr ImmGetContext(IntPtr hWnd)
Parameters
System.IntPtr
hWnd
|
Returns
System.IntPtr
|
ImmGetDefaultIMEWnd(IntPtr)
Declaration
public static IntPtr ImmGetDefaultIMEWnd(IntPtr hWnd)
Parameters
System.IntPtr
hWnd
|
Returns
System.IntPtr
|
ImmNotifyIME(IntPtr, Int32, Int32, Int32)
Declaration
public static bool ImmNotifyIME(IntPtr hIMC, int dwAction, int dwIndex, int dwValue = 0)
Parameters
System.IntPtr
hIMC
|
System.Int32
dwAction
|
System.Int32
dwIndex
|
System.Int32
dwValue
|
Returns
System.Boolean
|
ImmReleaseContext(IntPtr, IntPtr)
Declaration
public static bool ImmReleaseContext(IntPtr hWnd, IntPtr hIMC)
Parameters
System.IntPtr
hWnd
|
System.IntPtr
hIMC
|
Returns
System.Boolean
|
ImmSetCompositionFontW(IntPtr, IntPtr)
Declaration
public static bool ImmSetCompositionFontW(IntPtr hIMC, IntPtr lplf)
Parameters
System.IntPtr
hIMC
|
System.IntPtr
lplf
|
Returns
System.Boolean
|
ImmSetCompositionWindow(IntPtr, ref IMENativeWrapper.CompositionForm)
Declaration
public static bool ImmSetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
Parameters
System.IntPtr
hIMC
|
IMENativeWrapper.CompositionForm
form
|
Returns
System.Boolean
|
TF_CreateThreadMgr(out IMENativeWrapper.ITfThreadMgr)
Declaration
public static int TF_CreateThreadMgr(out IMENativeWrapper.ITfThreadMgr threadMgr)
Parameters
IMENativeWrapper.ITfThreadMgr
threadMgr
|
Returns
System.Int32
|