internal static extern bool ImageList_DragEnter(IntPtr hwndLock, int x, int y);
Friend Shared Function ImageList_DragEnter(hwndLock As IntPtr, x As Integer, y As Integer) As <MarshalAs(UnmanagedType.Bool)> Boolean