SelectElement Methods

The SelectElement type exposes the following members.

Methods
  NameDescription
Public methodDeselectAll
Clear all selected entries. This is only valid when the SELECT supports multiple selections.
Public methodDeselectByIndex
Deselect the option by the index, as determined by the "index" attribute of the element.
Public methodDeselectByText
Deselect the option by the text displayed.
Public methodDeselectByValue
Deselect the option having value matching the specified text.
Public methodSelectByIndex
Select the option by the index, as determined by the "index" attribute of the element.
Public methodSelectByText
Select all options by the text displayed.
Public methodSelectByValue
Select an option by the value.
Top
See Also