Specifies the behavior mode of the text box.
Namespace:
C1.Web.iPhone.C1NavigationListAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum TextBoxMode |
Visual Basic |
---|
Public Enumeration TextBoxMode |
Members
Member name | Value | Description | |
---|---|---|---|
SingleLine | 0 | Represents single-line entry mode. | |
MultiLine | 1 | Represents multiline entry mode. | |
Password | 2 | Represents password entry mode. | |
Telephone | 3 | Display a telephone keypad. This mode available on iPhone/iPod only. | |
Url | 4 | Display an URL keyboard. This mode available on iPhone/iPod only. | |
5 | Display an email keyboard. This mode available on iPhone/iPod only. | ||
Number | 6 | Display a numeric keyboard. This mode available on iPhone/iPod only. | |
Search | 7 | Display a search keyboard. This mode available on iPhone/iPod only. |