Gets a collection of OPTION elements contained by this element.

[VBScript]
Public ReadOnly Property Options As HTMLCollection
[JScript]
public function get Options() : HTMLCollection;

Property Value

A HTMLCollection object.

See Also

HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace