Table of Contents

Class NoneAutomationPeer

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

An automation peer which represents an element that is exposed to automation as non- interactive or as not contributing to the logical structure of the application.

public class NoneAutomationPeer : ControlAutomationPeer
Inheritance
NoneAutomationPeer
Inherited Members

Constructors

NoneAutomationPeer(Control)

public NoneAutomationPeer(Control owner)

Parameters

owner Control

Methods

GetAutomationControlTypeCore()

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

IsContentElementCore()

protected override bool IsContentElementCore()

Returns

bool

IsControlElementCore()

protected override bool IsControlElementCore()

Returns

bool