# ImageList\_EndDrag

```csharp
[DllImport("Comctl32.dll", SetLastError = true)]
public static extern void ImageList_EndDrag(
   
);
```

Microsoft documentation: [Link](https://docs.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-imagelist_enddrag)
