SystemParameters.IsImmEnabled Property

Definition

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