Table of Contents

Class UnrealizedElementAutomationPeer

Namespace
Avalonia.Automation.Peers
Assembly
Avalonia.Controls.dll

An automation peer which represents an unrealized element

public abstract class UnrealizedElementAutomationPeer : AutomationPeer
Inheritance
UnrealizedElementAutomationPeer
Inherited Members

Constructors

UnrealizedElementAutomationPeer()

protected UnrealizedElementAutomationPeer()

Methods

BringIntoViewCore()

protected override void BringIntoViewCore()

GetBoundingRectangleCore()

protected override Rect GetBoundingRectangleCore()

Returns

Rect

GetOrCreateChildrenCore()

protected override IReadOnlyList<AutomationPeer> GetOrCreateChildrenCore()

Returns

IReadOnlyList<AutomationPeer>

HasKeyboardFocusCore()

protected override bool HasKeyboardFocusCore()

Returns

bool

IsContentElementCore()

protected override bool IsContentElementCore()

Returns

bool

IsControlElementCore()

protected override bool IsControlElementCore()

Returns

bool

IsEnabledCore()

protected override bool IsEnabledCore()

Returns

bool

IsKeyboardFocusableCore()

protected override bool IsKeyboardFocusableCore()

Returns

bool

SetFocusCore()

protected override void SetFocusCore()

SetParent(AutomationPeer?)

public void SetParent(AutomationPeer? parent)

Parameters

parent AutomationPeer

ShowContextMenuCore()

protected override bool ShowContextMenuCore()

Returns

bool

TrySetParent(AutomationPeer?)

protected override bool TrySetParent(AutomationPeer? parent)

Parameters

parent AutomationPeer

Returns

bool