C1.Silverlight Namespace / C1TreeViewPanel Class / GetIndexAt Method
The point.

In This Topic
GetIndexAt Method (C1TreeViewPanel)
In This Topic
Gets the item index at the specified position.
Syntax
'Declaration
 
Public Overridable Function GetIndexAt( _
   ByVal point As Point _
) As Integer
 

Parameters

point
The point.
See Also