IOptionElementSelected Property |
Gets or sets the state of the option element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax bool 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