Class EmbeddableControlRootAutomationPeer
- Namespace
- Avalonia.Controls.Automation.Peers
- Assembly
- Avalonia.Controls.dll
public class EmbeddableControlRootAutomationPeer : ContentControlAutomationPeer, IEmbeddedRootProvider
- Inheritance
-
EmbeddableControlRootAutomationPeer
- Implements
- Inherited Members
Constructors
EmbeddableControlRootAutomationPeer(EmbeddableControlRoot)
public EmbeddableControlRootAutomationPeer(EmbeddableControlRoot owner)
Parameters
owner
EmbeddableControlRoot
Properties
Owner
public EmbeddableControlRoot Owner { get; }
Property Value
Methods
GetFocus()
Gets the currently focused element.
public AutomationPeer? GetFocus()
Returns
GetPeerFromPoint(Point)
Gets the element at the specified point, expressed in top-level coordinates.
public AutomationPeer? GetPeerFromPoint(Point p)
Parameters
p
PointThe point.
Returns
Events
FocusChanged
Raised by the automation peer when the focus changes.
public event EventHandler? FocusChanged