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