ImageList_DragLeave

[DllImport("Comctl32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool ImageList_DragLeave(
   IntPtr hwndLock
);

Microsoft documentation: Link

Last updated