Name | Description | |
---|---|---|
![]() | InputFieldTextItem Constructor | Initializes an instance of class InputFieldTextItem. |
The following tables list the members exposed by InputFieldTextItem.
Name | Description | |
---|---|---|
![]() | InputFieldTextItem Constructor | Initializes an instance of class InputFieldTextItem. |
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. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Performs a cloning of this instance. |
![]() | ToString | Overridden. Returns a string that represents the current object. |