ImeFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ImeFlags
[<System.Flags>]
type ImeFlags =
- Inheritance
-
ImeFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
ForceAscii | -2147483648 | Flag of ImeOptions: used to request that the IME is capable of inputting ASCII characters. |
NoPersonalizedLearning | 16777216 | |
NoFullscreen | 33554432 | Flag of ImeOptions: used to request that the IME never go into fullscreen mode. |
NavigatePrevious | 67108864 | |
NavigateNext | 134217728 | Flag of ImeOptions: used to specify that there is something interesting that a forward navigation can focus on. |
NoExtractUi | 268435456 | Flag of ImeOptions: used to specify that the IME does not need to show its extracted text UI. |
NoAccessoryAction | 536870912 | |
NoEnterAction | 1073741824 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.