UIElement.IsInputMethodEnabled 属性

定义

获取一个值,该值指示是否启用输入法系统(如输入法编辑器(IME)来处理此元素的输入。

public:
 property bool IsInputMethodEnabled { bool get(); };
public bool IsInputMethodEnabled { get; }
member this.IsInputMethodEnabled : bool
Public ReadOnly Property IsInputMethodEnabled As Boolean

属性值

true 如果输入法处于活动状态,则为否则,为 false. 但是,基础附加属性 true; 的默认值受运行时输入法的实际状态的影响。

注解

此属性返回当前启用的输入法(键盘、语音和其他输入设备)的附加属性 InputMethod.IsInputMethodEnabled 返回的值。

适用于