ButtonElement class
ButtonElement class
The ButtonElement represents a wrapper that is associated with the HTMLButtonElement.
Inheritance: ButtonElement →
FormElement
The ButtonElement type exposes the following members:
Properties
| Property | Description |
|---|---|
| element_type | Gets the type of the element. |
| name | Represent the name attribute of the Button element. |
| id | Represents the Id attribute of the Button element. |
| value | Represents the string value of the button element that is directly mapped to the ‘value’ attribute. |
| type | Type of the form control. |
| html_element |
See Also
- module
aspose.html.forms - class
ButtonElement - class
FormElement