Gets the index of the item at the specified position in the screen.
Namespace:
C1.WPFAssembly: 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.