Gets the index of the item at the specified position in the screen.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public int GetIndexAt(
	Point screenPoint
)
Visual Basic
Public Function GetIndexAt ( _
	screenPoint As Point _
) As Integer

Parameters

screenPoint
Type: System.Windows..::..Point
The point in the screen relative to this control.

Return Value

The index of the item, otherwise -1

See Also