HTMLOptionElement.Selected Property |
Gets or sets the current state of the corresponding form control.
[VBScript] Public Property Selected As Boolean
[JScript] public function get Selected() : Boolean; public function set Selected(Boolean);
A string representing the current state of the corresponding form control.
HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace