IWindowImplGotInputWhenDisabled Property

Called when a disabled window received input. Can be used to activate child windows.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action? GotInputWhenDisabled { get; set; }

Property Value

Action

See Also