Property Multiple
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Multiple
Enables or disables selecting multiple options in the list.
bool Multiple { get; set; }
Property Value
- bool
true
if multiple options can be selected,false
if only one option can be selected at a time.
Exceptions
- ObjectDisposedException
The ISelectElement has already been disposed.