ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ElementList Class / RemoveAt Method
The index of the Element to remove.

In This Topic
    RemoveAt Method (ElementList)
    In This Topic
    Removes the Element at the specified index from the list.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public override void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The index of the Element to remove.
    See Also