Table of Contents

Property MouseTargetControlOverride

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MouseTargetControlOverride

Gets or sets the control that overrides the default mouse target for input handling.

public static AbstractControl? MouseTargetControlOverride { get; set; }

Property Value

AbstractControl

Remarks

When set, mouse input will be directed to the specified control instead of the default target. This property is typically used to redirect mouse events in scenarios such as custom drag-and-drop operations or modal overlays.