SystemParameters.IsImmEnabled Property
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.
Gets a value that indicates whether the system is ready to use a Unicode-based Input Method Editor (IME) on a Unicode application.
public:
static property bool IsImmEnabled { bool get(); };
public static bool IsImmEnabled { [System.Security.SecurityCritical] get; }
public static bool IsImmEnabled { get; }
[<get: System.Security.SecurityCritical>]
static member IsImmEnabled : bool
static member IsImmEnabled : bool
Public Shared ReadOnly Property IsImmEnabled As Boolean
Property Value
true
if the Input Method Manager/Input Method Editor features are enabled; otherwise, false
.
- Attributes
Remarks
Maps to SM_IMMENABLED. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.IsImmEnabled}
"/>
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.