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