IsControlElement 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)
- C#
- VB
- F#
public bool IsControlElement()
Public Function IsControlElement As Boolean
member IsControlElement : unit -> bool
Return Value
BooleanRemarks
Windows | UIA_IsControlElementPropertyId |
macOS | NSAccessibilityProtocol.isAccessibilityElement |