Returns the current ListItem corresponding to the specific x,y co-ordinate.
[Visual Basic] Public Function GetItemAt( _ ByVal x As Integer, _ ByVal y As Integer _ ) As ListItem [C#] public ListItem GetItemAt( int x, int y ); [C++] public: ListItem* GetItemAt( int x, int y ); [JScript] public function GetItemAt( x : int, y : int ) : ListItem;
ListItem ListItem at position, or null if no Item exists there.
ListView Class | ListView Members | System.WinForms Namespace