ISelectElementMultiple Property |
Enables or disables selecting multiple options in the list.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax bool Multiple { get; set; }
Property Value
Type:
Booleantrue if multiple options can be selected,
false if only one option can be selected at a time.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The ISelectElement has already been disposed. |
See Also