Is there a property that can help in automatically closing a window when a drag event leaves the boundary of the window? I am aware of HideUnfocusedAutoHideToolWindowsOnMouseLeave which works when I am not dragging anything off that window (it closes automatically after a few seconds). I am also aware of the AutoHideShowOnMouseHover which actually does work as expected that is when dragging from 1 autohide window to another autohide window. However none of these 2 properties help in this regard.
Thanks