Click or drag to resize

ListView.GetItemAtPosition Method (Typed)

X#
Return a ListViewItem object at a particular position, if one exists.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemAtPosition(
	oPoint AS Point
) AS ListViewItem
Request Example View Source

Parameters

oPoint
Type: Point
The point at which to find a list view item.

Return Value

Type: ListViewItem
The ListViewItem object at the specified point.
See Also