The SelectElement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | DeselectAll |
Clear all selected entries. This is only valid when the SELECT supports multiple selections.
|
![]() | DeselectByIndex |
Deselect the option by the index, as determined by the "index" attribute of the element.
|
![]() | DeselectByText |
Deselect the option by the text displayed.
|
![]() | DeselectByValue |
Deselect the option having value matching the specified text.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SelectByIndex |
Select the option by the index, as determined by the "index" attribute of the element.
|
![]() | SelectByText |
Select all options by the text displayed.
|
![]() | SelectByValue |
Select an option by the value.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also