The SelectElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SelectElement |
Initializes a new instance of the SelectElement class.
|
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 ![]() |
Properties
Name | Description | |
---|---|---|
![]() | AllSelectedOptions |
Gets all of the selected options within the select element.
|
![]() | IsMultiple |
Gets a value indicating whether the parent element supports multiple selections.
|
![]() | Options |
Gets the list of options for the select element.
|
![]() | SelectedOption |
Gets the selected item within the select element.
|
See Also