UIElement.IsInputMethodEnabled 屬性

定義

取得值,指出是否啟用輸入法編輯器 (輸入法) 等輸入法系統來處理這個專案的輸入。

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

屬性值

Boolean

如果輸入法為使用中,則為 true;否則為 false。 基礎附加屬性的預設值為 true;,不過這會受到輸入法在執行階段的實際狀態所影響。

備註

這個屬性會傳回目前啟用之輸入方法的附加屬性 InputMethod.IsInputMethodEnabled 所傳回的值, (鍵盤、語音和其他輸入裝置) 。

適用於