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)
- C#
- VB
- F#
public interface ISelectionItemProvider
Public Interface ISelectionItemProvider
type ISelectionItemProvider = interface end
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. |