IInputTextField Interface Members
In This Topic
The following tables list the members exposed by IInputTextField.
Public Properties
| Name | Description |
 | ContentValue | Gets the content value of the input field as a string. |
 | MaxLength | Gets the maximum length of the input field. |
 | Multiline | Gets a value indicating whether the input field supports multiple lines. |
 | Password | Gets a value indicating whether the input field is a password field. |
 | SpellCheck | Gets a value indicating whether spell check is enabled for the input field. |
 | Value | Gets the value of the input field. |
Top
See Also