ListView.GetItemPosition Method (Typed) | |
Return the origin 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 GetItemPosition(
nItem AS LONG
) AS Point
public virtual Point GetItemPosition(
int nItem
)
Request Example
View SourceParameters
- nItem
- Type: Long
The index of the list view item whose origin you want to obtain.
Return Value
Type:
Point
The origin of the list view item specified by the item index.
See Also