Retrieves the index of the item at the given coordinates.
[Visual Basic] Overloads Public Function IndexFromPoint( _ ByVal p As Point _ ) As Integer [C#] public int IndexFromPoint( Point p ); [C++] public: int IndexFromPoint( Point p ); [JScript] public function IndexFromPoint( p : Point ) : int;
the index of item that is under said point, or ListBox.NOMATCHES if there is no item under this location.
ListBox Class | ListBox Members | System.WinForms Namespace | ListBox.IndexFromPoint Overload List