Table of Contents

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

EmbeddableControlRoot

Methods

GetFocus()

Gets the currently focused element.

public AutomationPeer? GetFocus()

Returns

AutomationPeer

GetPeerFromPoint(Point)

Gets the element at the specified point, expressed in top-level coordinates.

public AutomationPeer? GetPeerFromPoint(Point p)

Parameters

p Point

The point.

Returns

AutomationPeer

Events

FocusChanged

Raised by the automation peer when the focus changes.

public event EventHandler? FocusChanged

Event Type

EventHandler