Wimark.Controls Class Library  

ListBox.ItemFromPoint Method

Returns the list item at the specified coordinates.

Overload List

Returns the list item at the specified coordinates.

[Visual Basic] Overloads Public Function ItemFromPoint(Point) As ListItem
[C#] public ListItem ItemFromPoint(Point);
[C++] public: ListItem* ItemFromPoint(Point);

Returns the list item at the specified coordinates.

[Visual Basic] Overloads Public Function ItemFromPoint(Integer, Integer) As ListItem
[C#] public ListItem ItemFromPoint(int, int);
[C++] public: ListItem* ItemFromPoint(int, int);

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace