SelectorAutomationPeer.CanSelectMultiple Property

Definition

Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently.

public:
 property bool CanSelectMultiple { bool get(); };
bool CanSelectMultiple();
public bool CanSelectMultiple { get; }
var boolean = selectorAutomationPeer.canSelectMultiple;
Public ReadOnly Property CanSelectMultiple As Boolean

Property Value

Boolean

bool

true if multiple selection is allowed; otherwise, false.

Implements

Applies to