ImeContext Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains static methods that interact directly with the IME API.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Disable(IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Disables the specified IME. |
![]() ![]() | Enable(IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Enables the specified IME. |
![]() ![]() | GetImeMode(IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the ImeMode of the specified IME. |
![]() ![]() | IsOpen(IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value that indicates whether the specified IME is open. |
![]() ![]() | SetImeStatus(ImeMode, IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the status of the specified IME. |
![]() ![]() | SetOpenStatus(Boolean, IntPtr) | This API supports the product infrastructure and is not intended to be used directly from your code. Opens or closes the IME context. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

