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