Gets the item index at the specified position.

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

Syntax

C#
public virtual int GetIndexAt(
	Point point
)
Visual Basic
Public Overridable Function GetIndexAt ( _
	point As Point _
) As Integer

Parameters

point
Type: System.Windows..::..Point
The point.

Return Value

See Also