Click or drag to resize

ISelectElementMultiple Property

Enables or disables selecting multiple options in the list.

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

Property Value

Type: Boolean
true if multiple options can be selected, false if only one option can be selected at a time.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISelectElement has already been disposed.
See Also