Gets the index of the item at the specified position in the screen.
'Declaration
Public Function GetIndexAt( _
ByVal As Point _
) As Integer
'Usage
Dim instance As C1ListViewer
Dim screenPoint As Point
Dim value As Integer
value = instance.GetIndexAt(screenPoint)
Parameters
- screenPoint
- The point in the screen relative to this control.
Return Value
The index of the item, otherwise -1
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2