Property MouseTargetControlOverride
MouseTargetControlOverride
Gets or sets the control that overrides the default mouse target for input handling.
public static AbstractControl? MouseTargetControlOverride { get; set; }
Property Value
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.