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
IsContentElementCore()
protected override bool IsContentElementCore()
Returns
IsControlElementCore()
protected override bool IsControlElementCore()