IRootProvider Interface
Exposes methods and properties to support UI Automation client access to the root of an
automation tree.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IRootProvider
Public Interface IRootProvider
type IRootProvider = interface end
This interface is implemented by the
AutomationPeer class, and should only
be implemented on true root elements, such as Windows. To embed an automation tree, use
IEmbeddedRootProvider instead.
| PlatformImpl |
Gets the platform implementation of the TopLevel for the element.
|
| FocusChanged |
Raised by the automation peer when the focus changes.
|