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