ListView.GetItemBoundingBox Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemBoundingBox(
Usual nItem = default
)
Request Example
View SourceParameters
- 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