Gets or sets the value of the HTML selected attribute.

[VBScript]
Public Property DefaultSelected As String
[JScript]
public function get DefaultSelected() : String;
public function set DefaultSelected(String);

Property Value

A string representing the value of the HTML selected attribute.

See Also

HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace