SelectorAutomationPeer.IsSelectionRequired Property

Definition

Gets a value that indicates whether the Microsoft UI Automation provider requires at least one child element to be selected.

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

Property Value

Boolean

bool

true if selection is required; otherwise, false.

Implements

Applies to