TextInputMode Enumeration |
Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax public enum TextInputMode
public enum class TextInputMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
An enum constant representing the default option.
|
| None | 1 |
An enum constant representing the none option.
|
| Text | 2 |
An enum constant representing the text option.
|
| Tel | 3 |
An enum constant representing the tel option.
|
| Url | 4 |
An enum constant representing the URL option.
|
| EMail | 5 |
An enum constant representing the mail option.
|
| Numeric | 6 |
An enum constant representing the numeric option.
|
| Decimal | 7 |
An enum constant representing the decimal option.
|
| Search | 8 |
An enum constant representing the search option.
|
| Max | 8 |
An enum constant representing the Maximum option.
|
See Also