Click or drag to resize

ListView.GetItemBoundingBox Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemBoundingBox(
	nItem AS LONG
) AS BoundingBox
Request Example View Source

Parameters

nItem
Type: Long
The index of the list view item whose bounding box you want to obtain.

Return Value

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