TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewPanel Class / GetIndexAt Method
The point.

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

    Parameters

    point
    The point.
    See Also