ListBoxAutomationPeer.ISelectionProvider.CanSelectMultiple Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Namespace:  System.Windows.Automation.Peers
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Private ReadOnly Property CanSelectMultiple As Boolean
    Implements ISelectionProvider.CanSelectMultiple
'Usage
Dim instance As ListBoxAutomationPeer
Dim value As Boolean

value = CType(instance, ISelectionProvider).CanSelectMultiple
bool ISelectionProvider.CanSelectMultiple { get; }
private:
virtual property bool CanSelectMultiple {
    bool get () sealed = ISelectionProvider::CanSelectMultiple::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

false in all cases.

Implements

ISelectionProvider.CanSelectMultiple

See Also

Reference

ListBoxAutomationPeer Class

ListBoxAutomationPeer Members

System.Windows.Automation.Peers Namespace