Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / GetIndexAt Method
The point in the screen relative to this control.

In This Topic
    GetIndexAt Method (C1ListBox)
    In This Topic
    Gets the index of the item at the specified position in the screen.
    Syntax
    '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
    See Also