ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / RemoveItem Method
Item index.

In This Topic
    RemoveItem Method (DropDownList)
    In This Topic
    Removes the item at the given position in the C1.Win.C1List.ListBase.C1ListBase.AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    public void RemoveItem( 
       int index
    )

    Parameters

    index
    Item index.
    See Also