TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / RemoveItem Method
The zero-based index of the element to remove.

In This Topic
    RemoveItem Method (PropertyPath)
    In This Topic
    Removes the element at the specified index of the Collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected virtual void RemoveItem( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also