IHtmlSelectElement
public interface IHtmlSelectElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
Represents the select HTML element.
Gets or sets the autofocus HTML attribute, which indicates whether the
control should have input focus when the page loads.
Gets the associated HTML form element.
Gets or sets if the button is enabled or disabled.
Gets or sets the multiple HTML attribute, whichindicates whether multiple items can be selected.
Gets or sets if the field is required.
Gets or sets an HTML option element at the specified index.
Gets the list of assigned labels.
Gets the number of option elements in this select element.
Gets or sets the name of the 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 display size of the element.
Gets the type of input element (select).
Gets or sets the value.
Adds an option element to the options collection.
Adds an options group element to the options collection.
Removes an element from the options collection.