The SelectElement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddOptionElement |
Adds an OptionElement to the list of available OptionElement objects.
| |
Clone |
Initialises a new instance of the SelectElement class, which is a copy of the specified SelectElement.
(Overrides HtmlElement Clone .) | |
Dispose | (Overrides HtmlElement Dispose .) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttribute |
Gets the value of the specified attribute,
or an empty string if the attribute is not contained within this HTML element.
(Inherited from HtmlElement.) | |
getCPtr |
For internal use only. Of no interest to the user.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOptionElement(Int32) |
Gets the OptionElement at the specifed index.
| |
GetOptionElement(String) |
Gets the OptionElement with the specified value.
| |
GetSelectedOption |
Gets the OptionElement that is currently selected.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasAttribute |
Determines whether this HTML element contains the specified attribute.
(Inherited from HtmlElement.) | |
InsertOptionElement |
Inserts an OptionElement into the list of available OptionElement objects.
| |
Makefrom |
For internal use only. Of no interest to the user.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAttribute |
Removes an attribute from this HTML element. This method has no effect if the attribute does not exist.
(Inherited from HtmlElement.) | |
RemoveOptionElement(Int32) |
Removes the OptionElement at the specified index from the list of available OptionElement objects.
| |
RemoveOptionElement(String) |
Removes the OptionElement with the specified value from the list of available OptionElement objects.
| |
SetAttribute(String) |
Sets the value of the specified attribute to an empty string.
(Inherited from HtmlElement.) | |
SetAttribute(String, String) |
Sets the value of the specified attribute. The attribute will be added if it does not already exist.
(Inherited from HtmlElement.) | |
SetSelectedOption(String) |
Sets the selected option from the list of available OptionElement objects.
| |
SetSelectedOption(OptionElement) |
Sets the selected option from the list of available OptionElement objects.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also