Share via


HtmlList.IsMultipleSelection Property

Gets a value that indicates whether this list control allows selection of multiple items.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsMultipleSelection As Boolean
public virtual bool IsMultipleSelection { get; }
public:
virtual property bool IsMultipleSelection {
    bool get ();
}
abstract IsMultipleSelection : bool with get 
override IsMultipleSelection : bool with get
function get IsMultipleSelection () : boolean

Property Value

Type: Boolean
true if this control allows selection of multiple items; otherwise, false.

.NET Framework Security

See Also

Reference

HtmlList Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace