ImeContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains static methods that interact directly with the IME API.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ImeContext abstract sealed
public static class ImeContext
type ImeContext = class
Public Class ImeContext
- Inheritance
-
ImeContext
Methods
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. |