Class IMENativeWrapper
Inheritance
System.Object
IMENativeWrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.
|
GCS_COMPSTR
Declaration
public const int GCS_COMPSTR = 8
Field Value
System.
|
GCS_RESULTSTR
Declaration
public const int GCS_RESULTSTR = 2048
Field Value
System.
|
NI_COMPOSITIONSTR
Declaration
public const int NI_COMPOSITIONSTR = 21
Field Value
System.
|
WM_IME_CHAR
Declaration
public const int WM_IME_CHAR = 646
Field Value
System.
|
WM_IME_COMPOSITION
Declaration
public const int WM_IME_COMPOSITION = 271
Field Value
System.
|
WM_IME_ENDCOMPOSITION
Declaration
public const int WM_IME_ENDCOMPOSITION = 270
Field Value
System.
|
WM_IME_STARTCOMPOSITION
Declaration
public const int WM_IME_STARTCOMPOSITION = 269
Field Value
System.
|
Methods
ImmAssociateContext(IntPtr, IntPtr)
Declaration
public static IntPtr ImmAssociateContext(IntPtr hWnd, IntPtr hIMC)
Parameters
System.
|
System.
|
Returns
System.
|
ImmGetCompositionStringW(IntPtr, Int32, StringBuilder, Int32)
Declaration
public static int ImmGetCompositionStringW(IntPtr hIMC, int dwIndex, StringBuilder lpBuf, int dwBufLen)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ImmGetCompositionWindow(IntPtr, ref IMENativeWrapper.CompositionForm)
Declaration
public static bool ImmGetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
Parameters
System.
|
IMENative
|
Returns
System.
|
ImmGetContext(IntPtr)
Declaration
public static IntPtr ImmGetContext(IntPtr hWnd)
Parameters
System.
|
Returns
System.
|
ImmGetDefaultIMEWnd(IntPtr)
Declaration
public static IntPtr ImmGetDefaultIMEWnd(IntPtr hWnd)
Parameters
System.
|
Returns
System.
|
ImmNotifyIME(IntPtr, Int32, Int32, Int32)
Declaration
public static bool ImmNotifyIME(IntPtr hIMC, int dwAction, int dwIndex, int dwValue = 0)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ImmReleaseContext(IntPtr, IntPtr)
Declaration
public static bool ImmReleaseContext(IntPtr hWnd, IntPtr hIMC)
Parameters
System.
|
System.
|
Returns
System.
|
ImmSetCompositionFontW(IntPtr, IntPtr)
Declaration
public static bool ImmSetCompositionFontW(IntPtr hIMC, IntPtr lplf)
Parameters
System.
|
System.
|
Returns
System.
|
ImmSetCompositionWindow(IntPtr, ref IMENativeWrapper.CompositionForm)
Declaration
public static bool ImmSetCompositionWindow(IntPtr hIMC, ref IMENativeWrapper.CompositionForm form)
Parameters
System.
|
IMENative
|
Returns
System.
|
TF_CreateThreadMgr(out IMENativeWrapper.ITfThreadMgr)
Declaration
public static int TF_CreateThreadMgr(out IMENativeWrapper.ITfThreadMgr threadMgr)
Parameters
IMENative
|
Returns
System.
|