InputMethodState Enum
Definition
Describes the state of an InputMethod.
public enum class InputMethodState
public enum InputMethodState
type InputMethodState =
Public Enum InputMethodState
- Inheritance
Fields
DoNotCare | 2 | The input method is in an indeterminate state. |
Off | 0 | The input method is off. |
On | 1 | The input method is on. |