ListView.GetItemAtPosition Method | |
Return a ListViewItem object at a particular position, if one exists.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemAtPosition(
oPoint
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemAtPosition(
Usual oPoint = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The point at which to find a list view item.
Return Value
Type:
Usual
The ListViewItem object at the specified point.
See Also