Click or drag to resize

TextInputMode Enumeration

Version 75.1.140
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: 75.1.140.0 (75.1.140.0)
Syntax
public enum TextInputMode
Members
  Member nameValueDescription
Default0
None1
Text2
Tel3
Url4
EMail5
Numeric6
Decimal7
Search8
Max8
See Also