SystemParameters.IsImmEnabled 属性

定义

获取一个值,该值指示系统是否准备好在 Unicode 应用程序中使用基于 Unicode 的输入法编辑器(IME)。

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

属性值

true 如果启用了输入法管理器/输入法编辑器功能,则为 ;否则,为 false.

属性

注解

映射到SM_IMMENABLED。 请参阅 GetSystemMetrics

XAML 属性用法

< object property=“{ SystemParameters.IsImmEnabled}”/>

适用于