TextAreaElement class
TextAreaElement class
The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement
Inheritance: TextAreaElement →
FormElement
The TextAreaElement type exposes the following members:
Properties
| Property | Description |
|---|---|
| element_type | Gets the type of the element. |
| name | Represent the name attribute of the input element. |
| id | Gets or sets the identifier of the form element. |
| value | Represents the string value of the input element that is directly mapped to the ‘value’ attribute. |
| type | The type of this form control. |
| html_element |
See Also
- module
aspose.html.forms - class
FormElement - class
TextAreaElement