Property Selected
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Selected
Gets or sets the state of the option element.
bool Selected { get; set; }
Property Value
- bool
true
if option element is selected,false
otherwise.
Exceptions
- ObjectDisposedException
The IOptionElement has already been disposed.