Specifies the behavior mode of the text box.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum TextBoxMode
Visual Basic
Public Enumeration TextBoxMode

Members

Member nameValueDescription
SingleLine0 Represents single-line entry mode.
MultiLine1 Represents multiline entry mode.
Password2 Represents password entry mode.
Telephone3 Display a telephone keypad. This mode available on iPhone/iPod only.
Url4 Display an URL keyboard. This mode available on iPhone/iPod only.
Email5 Display an email keyboard. This mode available on iPhone/iPod only.
Number6 Display a numeric keyboard. This mode available on iPhone/iPod only.
Search7 Display a search keyboard. This mode available on iPhone/iPod only.

See Also