InputFieldTextItem Class Members
In This Topic
The following tables list the members exposed by InputFieldTextItem.
Public Constructors
Public Properties
| Name | Description |
| Alignment | Text alignment. |
| MaxLength | Specifies the maximum length of the text entered. When 0, the text is not restricted to any specified length. |
| Multiline | Allows more than a single-line entry in the text field. |
| Password | Displays the user-entered text as a series of asterisks (*). |
| SpellCheck | Indicates whether the text should be spell checked during its input or not. |
| Text | Text value. |
Top
Public Methods
See Also