AnimatGuiCtrls.Controls.ImageListDrag.ImageList_BeginDrag C# (CSharp) Method

ImageList_BeginDrag() private method

private ImageList_BeginDrag ( IntPtr himlTrack, int iTrack, int dxHotspot, int dyHotspot ) : int
himlTrack System.IntPtr
iTrack int
dxHotspot int
dyHotspot int
return int
        private static extern int ImageList_BeginDrag(
            IntPtr himlTrack,
            int iTrack,
            int dxHotspot,
            int dyHotspot);