ISelectionItemProvider Interface
Exposes methods and properties to support access by a UI Automation client to individual,
selectable child controls of containers that implement
ISelectionProvider.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectionItemProvider
Public Interface ISelectionItemProvider
type ISelectionItemProvider = interface end
| 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.
|