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 input method editor (IME) options for entry fields on the Android platform.
public enum ImeFlags
type ImeFlags =
- Inheritance
-
System.EnumImeFlags
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The null IME option, which indicates no options. |
None | 1 | Indicates no action will be made available. |
Go | 2 | Indicates that the action key will send a |
Search | 3 | Indicates that the action key will send a |
Send | 4 | Indicates that the action key will send a |
Next | 5 | Indicates that the action key will send a |
Done | 6 | Indicates that the action key will send a |
Previous | 7 | Indicates that the action key will send a |
ImeMaskAction | 255 | The mask to select action options. |
NoPersonalizedLearning | 16777216 | Indicates that the spellchecker will neither learn from the user, nor suggest corrections based on what the user has previously typed. |
NoFullscreen | 33554432 | Indicates that the editor UI should not go fullscreen. |
NoExtractUi | 268435456 | Indicates that no UI will be shown for extracted text. |
NoAccessoryAction | 536870912 | Indicates that no UI will be displayed for custom actions. |