OptionElement class
OptionElement class
The OptionElement represents a wrapper that is associated with the HTMLOptionElement
Inheritance: OptionElement
→
FormElement
The OptionElement type exposes the following members:
Properties
Property | Description |
---|---|
element_type | Gets the type of the element. |
name | Gets or sets the name of the form element. |
id | Gets or sets the identifier of the form element. |
value | The current form control value. See the value attribute definition in HTML 4.01. |
disabled | The control is unavailable in this context. See the disabled attribute definition in HTML 4.01. |
label | Option label for use in hierarchical menus. See the label attribute definition in HTML 4.01. |
selected | Represents the current state of the corresponding form control, in an interactive user agent. Changing this attribute changes the state of the form control, but does not change the value of the HTML selected attribute of the element. |
text | This attribute represents the text content of this node and its descendants. |
html_element |
See Also
- module
aspose.html.forms
- class
FormElement
- class
OptionElement