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);

Property Value

A string representing the current state of the corresponding form control.

See Also

HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace