IOptionElementSelected Property |
Gets or sets the state of the option element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntaxbool Selected { get; set; }Return Value
Type:
Booleantrue if option element is selected,
false otherwise.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The IOptionElement has already been disposed. |
See Also