HTMLOptionElement.DefaultSelected Property |
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);
A string representing the value of the HTML selected attribute.
HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace