ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1TreeViewPanel
    Dim point As Point
    Dim value As Integer
     
    value = instance.GetIndexAt(point)
    public virtual int GetIndexAt( 
       Point point
    )
    public:
    virtual int GetIndexAt( 
       Point point
    ) 

    Parameters

    point
    The point.
    See Also