AutomationPeerIsControlElement Method

Gets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUI.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsControlElement()

Return Value

Boolean

Remarks

WindowsUIA_IsControlElementPropertyId
macOSNSAccessibilityProtocol.isAccessibilityElement

See Also