ImeMode EnumType
Describes the input method editor mode
Members
Members define the discrete options for the enumeration type.
Name | Value | Description |
---|---|---|
Auto | 0 | Specifies that the IME mode is chosen automatically. |
Inactive | 1 | Specifies that the IME mode is inactive. |
Active | 2 | Specifies that the IME mode is active. |
Disabled | 3 | Specifies that the IME mode is disabled. |
Used by
The following use the ImeMode EnumType.
Name | How used |
---|---|
DateTimeAttributeMetadata | ImeMode Property |
DecimalAttributeMetadata | ImeMode Property |
DoubleAttributeMetadata | ImeMode Property |
MemoAttributeMetadata | ImeMode Property |
MoneyAttributeMetadata | ImeMode Property |
StringAttributeMetadata | ImeMode Property |
ComplexDateTimeAttributeMetadata | ImeMode Property |
ComplexDecimalAttributeMetadata | ImeMode Property |
ComplexDoubleAttributeMetadata | ImeMode Property |
ComplexMemoAttributeMetadata | ImeMode Property |
ComplexMoneyAttributeMetadata | ImeMode Property |
ComplexStringAttributeMetadata | ImeMode Property |