ISelectionProvider Interface
Exposes methods and properties to support access by a UI Automation client to controls
that act as containers for a collection of individual, selectable child items.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ISelectionProvider
Public Interface ISelectionProvider
type ISelectionProvider = interface end
| CanSelectMultiple |
Gets a value that indicates whether the provider allows more than one child element
to be selected concurrently.
|
| IsSelectionRequired |
Gets a value that indicates whether the provider requires at least one child element
to be selected.
|
| GetSelection |
Retrieves a provider for each child element that is selected.
|