ListView.FindNearestItem Method (2007 System)
Include Protected Members
Include Inherited Members
Finds the next item from a given point, searching in the specified direction.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
FindNearestItem(SearchDirectionHint, Point)
Finds the next item from the given point, searching in the specified direction (Inherited from ListView.)
FindNearestItem(SearchDirectionHint, Int32, Int32)
Finds the next item from the given x- and y-coordinates, searching in the specified direction. (Inherited from ListView.)
Top