Click or drag to resize

ListView.GetItemBoundingBox Method

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

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

Parameters

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

Return Value

Type: Usual
The bounding box of the ListViewItem object specified by the item index.
See Also