Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TileListBoxPanel Class / GetIndexAt Method
The point.

In This Topic
    GetIndexAt Method (C1TileListBoxPanel)
    In This Topic
    Gets the item index at the specified position.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetIndexAt( _
       ByVal point As Point _
    ) As Integer
    public override int GetIndexAt( 
       Point point
    )

    Parameters

    point
    The point.
    See Also