Click or drag to resize

IOptionElementSelected Property

Gets or sets the state of the option element.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Selected { get; set; }

Return Value

Type: Boolean
true if option element is selected, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IOptionElement has already been disposed.
See Also