InputMethod.ImeState 属性

定义

获取或设置与该输入法关联的输入法编辑器的当前状态。

public:
 property System::Windows::Input::InputMethodState ImeState { System::Windows::Input::InputMethodState get(); void set(System::Windows::Input::InputMethodState value); };
public System.Windows.Input.InputMethodState ImeState { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public System.Windows.Input.InputMethodState ImeState { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ImeState : System.Windows.Input.InputMethodState with get, set
member this.ImeState : System.Windows.Input.InputMethodState with get, set
Public Property ImeState As InputMethodState

属性值

InputMethodState 枚举的一个成员,用于指定与该输入法关联的输入法编辑器的状态。

默认值是 Off

属性

适用于

另请参阅