AutomationPeerIsEnabled Method

Gets a value indicating whether the control is enabled for user interaction.

Definition

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

Return Value

Boolean

Remarks

WindowsUIA_IsEnabledPropertyId
macOSNSAccessibilityProtocol.isAccessibilityEnabled

See Also