Click or drag to resize

TextInputMode Enumeration

Version 81.3.100
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: 81.3.100.0 (81.3.100.0)
Syntax
public enum TextInputMode
Members
  Member nameValueDescription
Default0 An enum constant representing the default option.
None1 An enum constant representing the none option.
Text2 An enum constant representing the text option.
Tel3 An enum constant representing the tel option.
Url4 An enum constant representing the URL option.
EMail5 An enum constant representing the mail option.
Numeric6 An enum constant representing the numeric option.
Decimal7 An enum constant representing the decimal option.
Search8 An enum constant representing the search option.
Max8 An enum constant representing the Maximum option.
See Also