Skip to main content
.NET Framework Class Library
ListBox..::.IndexFromPoint Method





Returns the zero-based index of the item at the specified coordinates.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodIndexFromPoint(Point)Returns the zero-based index of the item at the specified coordinates.
Public methodIndexFromPoint(Int32, Int32)Returns the zero-based index of the item at the specified coordinates.
Top