Share via


UIElement3D.IsInputMethodEnabled 屬性

定義

取得值,指出是否啟用輸入法系統,例如輸入法 編輯器 (輸入法) ,以便處理這個項目的輸入。

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 所傳回的值, (鍵盤、語音、其他輸入設備) 。

適用於