InputMethodState 枚举
定义
描述 InputMethod 的状态。Describes the state of an InputMethod.
public enum class InputMethodState
public enum InputMethodState
type InputMethodState =
Public Enum InputMethodState
- 继承
字段
DoNotCare | 2 | 输入法处于不确定状态。The input method is in an indeterminate state. |
Off | 0 | 输入法已关闭。The input method is off. |
On | 1 | 输入法已打开。The input method is on. |