[]
Defines the ime context for all ime operations.
public sealed class Ime.ImeContext : IDisposable
| Name | Description |
|---|---|
| ImeContext(Ime) | Initializes a new instance of the Ime class. |
| Name | Description |
|---|---|
| Enable | Gets or sets wehther the ime context is used by ime device. |
| Handle | Gets the handle of the ime context. |
| Ime | Gets the device of the ime context. |
| IsValid | Gets a bool indicating whether the ime context is valid. |
| Name | Description |
|---|---|
| Dispose() | Release the handle of the ime context. |
| ~ImeContext() | Ensure to release Ime.ImeContext |