EnableIme Property
Determines whether to use IME. IME would be enabled by default if the current user input language is one of the following: Mandarin, Japanese, Vietnamese or Korean.
Definition
Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)
- C#
- VB
- F#
public bool? EnableIme { get; set; }
Public Property EnableIme As Boolean?
Get
Set
member EnableIme : Nullable<bool> with get, set
Property Value
Remarks
Input method editor is a component that enables users to generate characters not natively available on their input devices by using sequences of characters or mouse operations that are natively available on their input devices.