Click or drag to resize

ListView.GetItemPosition Method

X#
Return the origin of a ListViewItem object given its item index.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemPosition(
	nItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

nItem (Optional)
Type: Usual
The index of the list view item whose origin you want to obtain.

Return Value

Type: Usual
The origin of the list view item specified by the item index.
See Also