InputFieldText Class Members
In This Topic
The following tables list the members exposed by InputFieldText.
Public Constructors
Public Properties
| Name | Description |
 | Alignment | Text alignment |
 | Font | Sets/gets control's font. |
 | MaxLength | Specifies the maximum length of the text entered. When null, the text is not restricted to any specified length. |
 | MultiLine | Allows more than a single-line entry in the text field. |
 | OutputFormat | Used for format the Text property value |
 | 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 | A field, constant or expression whose value is displayed |
Top
Public Methods
See Also