TextInputMode Enumeration |
Version 73.1.130
Input mode of a virtual keyboard. These constants match their equivalents
in Chromium's text_input_mode.h and should not be renumbered.
See https://html.spec.whatwg.org/#input-modalities:-the-inputmode-attribute
Namespace:
CefSharp.Enums
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax public enum TextInputMode
public enum class TextInputMode
Members
| Member name | Value | Description |
---|
| Default | 0 | |
| None | 1 | |
| Text | 2 | |
| Tel | 3 | |
| Url | 4 | |
| EMail | 5 | |
| Numeric | 6 | |
| Decimal | 7 | |
| Search | 8 | |
| Max | 8 | |
See Also