HTMLSelectElement
sealed class HTMLSelectElement : HTMLFormControlElementWithState, IHtmlSelectElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
Represents the select element.
An enumeration with possible select types.
Gets the multiple HTML attribute, whichindicates whether multiple items can be selected.
Gets or sets if the field is required.
Gets or sets an option element.
Gets the number of option elements in this select element.
Gets the set of option elements contained by this element.
Gets the index of the first selected option element.
Gets the set of options that are selected.
Gets or sets the size of the element.
Gets the form control's type.
Gets or sets the value of this form control, that is, of the first selected option.
public HTMLSelectElement()
Creates a new HTML select element.
Adds the element to the options collection.
Adds the element to the options collection.
Removes the option with the given index from the collection.