'Declaration
Public Function GetIndexAt( _ ByVal screenPoint As Point _ ) As Integer
public int GetIndexAt( Point screenPoint )
Parameters
- screenPoint
- The point in the screen relative to this control.
Return Value
The index of the item, otherwise -1
'Declaration
Public Function GetIndexAt( _ ByVal screenPoint As Point _ ) As Integer
public int GetIndexAt( Point screenPoint )