SidebarLibrary.Win32.WindowsAPI.ImageList_BeginDrag C# (CSharp) Method

ImageList_BeginDrag() private method

private ImageList_BeginDrag ( IntPtr imageHandle, int imageIndex, int xHotSpot, int yHotSpot ) : bool
imageHandle System.IntPtr
imageIndex int
xHotSpot int
yHotSpot int
return bool
		public static extern bool ImageList_BeginDrag(IntPtr imageHandle, int imageIndex, int xHotSpot, int yHotSpot);
		[DllImport("comctl32.dll")]