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

ImageList_DragLeave() private method

private ImageList_DragLeave ( IntPtr hWndLock ) : bool
hWndLock System.IntPtr
return bool
		public static extern bool ImageList_DragLeave(IntPtr hWndLock);
		[DllImport("comctl32.dll")]