SelectElement IsMultiple Property C# API
Gets a value that indicates whether it is possible to select multiple options at once.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool IsMultiple { get; }

Field Value

true if multiple options can be selected at once; otherwise, false.
Remarks

Getting the value of this property is equivalent to checking if (GetAttribute("multiple") == "multiple").
See Also