ListBoxAutomationPeer.ISelectionProvider.IsSelectionRequired 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 requires at least one child element to be selected.

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

Syntax

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

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

Property Value

Type: System.Boolean

false in all cases.

Implements

ISelectionProvider.IsSelectionRequired

See Also

Reference

ListBoxAutomationPeer Class

ListBoxAutomationPeer Members

System.Windows.Automation.Peers Namespace