Retrieves the index of the item at the given coordinates.
[Visual Basic] Overloads Public Function IndexFromPoint( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Integer [C#] public int IndexFromPoint( int x, int y ); [C++] public: int IndexFromPoint( int x, int y ); [JScript] public function IndexFromPoint( x : int, y : int ) : 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