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
GetOrCreateChildrenCore()
protected override IReadOnlyList<AutomationPeer> GetOrCreateChildrenCore()
Returns
HasKeyboardFocusCore()
protected override bool HasKeyboardFocusCore()
Returns
IsContentElementCore()
protected override bool IsContentElementCore()
Returns
IsControlElementCore()
protected override bool IsControlElementCore()
Returns
IsEnabledCore()
protected override bool IsEnabledCore()
Returns
IsKeyboardFocusableCore()
protected override bool IsKeyboardFocusableCore()
Returns
SetFocusCore()
protected override void SetFocusCore()
SetParent(AutomationPeer?)
public void SetParent(AutomationPeer? parent)
Parameters
parent
AutomationPeer
ShowContextMenuCore()
protected override bool ShowContextMenuCore()
Returns
TrySetParent(AutomationPeer?)
protected override bool TrySetParent(AutomationPeer? parent)
Parameters
parent
AutomationPeer