ImageList_BeginDrag
[DllImport("Comctl32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool ImageList_BeginDrag(
IntPtr himlTrack,
int iTrack,
int dxHotspot,
int dyHotspot
);
Microsoft documentation: Link
Last updated