1 reference to LB_ITEMFROMPOINT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1567int index = unchecked( (int) (long)SendMessage(NativeMethods.LB_ITEMFROMPOINT, 0, unchecked( (int) (long)NativeMethods.Util.MAKELPARAM(x, y))));