ComponentOne Basic Library for WPF and Silverlight
GetIndexAt Method (C1TileListBoxPanel)


C1.Silverlight Namespace > C1TileListBoxPanel Class : GetIndexAt Method
The point.
Gets the item index at the specified position.
Syntax
'Declaration
 
Public Overrides Function GetIndexAt( _
   ByVal point As System.Windows.Point _
) As System.Integer
'Usage
 
Dim instance As C1TileListBoxPanel
Dim point As System.Windows.Point
Dim value As System.Integer
 
value = instance.GetIndexAt(point)
public override System.int GetIndexAt( 
   System.Windows.Point point
)

Parameters

point
The point.
See Also

Reference

C1TileListBoxPanel Class
C1TileListBoxPanel Members