ISelectionItemProvider Interface

Exposes methods and properties to support access by a UI Automation client to individual, selectable child controls of containers that implement ISelectionProvider.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectionItemProvider

Properties

IsSelected Gets a value that indicates whether an item is selected.
SelectionContainer Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.

Methods

AddToSelection Adds the current element to the collection of selected items.
RemoveFromSelection Removes the current element from the collection of selected items.
Select Clears any existing selection and then selects the current element.

See Also